/openthread-latest/src/core/meshcop/ |
D | network_name.cpp | 94 ExitNow(error = kErrorAlready); in Set() 134 case kErrorAlready: in SignalNetworkNameChange() 151 return (error == kErrorAlready) ? kErrorNone : error; in SetDomainName() 158 return (error == kErrorAlready) ? kErrorNone : error; in SetDomainName()
|
D | dataset_updater.cpp | 77 VerifyOrExit(!aDataset.IsSubsetOf(activeDataset), error = kErrorAlready); in RequestUpdate() 202 Finish(kErrorAlready); in HandleDatasetChanged()
|
D | commissioner.cpp | 269 VerifyOrExit(mState == kStateDisabled, error = kErrorAlready); in Start() 286 if ((error != kErrorNone) && (error != kErrorAlready)) in Start() 300 VerifyOrExit(mState != kStateDisabled, error = kErrorAlready); in Stop() 326 if (error != kErrorAlready) in Stop()
|
D | secure_transport.cpp | 683 VerifyOrExit(!mIsOpen, error = kErrorAlready); in Open() 741 VerifyOrExit(!mTransportCallback.IsSet(), error = kErrorAlready); in Bind() 756 VerifyOrExit(!mSocket.IsBound(), error = kErrorAlready); in Bind() 757 VerifyOrExit(!mTransportCallback.IsSet(), error = kErrorAlready); in Bind()
|
D | dataset_manager.cpp | 444 VerifyOrExit(mNetworkTimestamp < mLocalTimestamp, error = kErrorAlready); in SyncLocalWithLeader() 468 if (error != kErrorAlready) in SyncLocalWithLeader() 480 VerifyOrExit(!mMgmtPending, error = kErrorAlready); in SendSetRequest()
|
D | dataset_manager_ftd.cpp | 266 VerifyOrExit(!mLocalTimestamp.IsValid(), error = kErrorAlready); in GenerateLocal()
|
/openthread-latest/tests/unit/ |
D | test_network_name.cpp | 65 VerifyOrQuit(networkName.Set(MeshCoP::NameData(kName1, sizeof(kName1))) == kErrorAlready, in TestNetworkName() 69 VerifyOrQuit(networkName.Set(MeshCoP::NameData(kName1, sizeof(kName1) - 1)) == kErrorAlready, in TestNetworkName() 81 …VerifyOrQuit(networkName.Set(MeshCoP::NameData(kLongName, sizeof(kLongName) - 1)) == kErrorAlready, in TestNetworkName()
|
D | test_linked_list.cpp | 169 VerifyOrQuit(list.Add(a) == kErrorAlready, "did not detect duplicate"); in TestLinkedList() 170 VerifyOrQuit(list.Add(b) == kErrorAlready, "did not detect duplicate"); in TestLinkedList() 171 VerifyOrQuit(list.Add(d) == kErrorAlready, "did not detect duplicate"); in TestLinkedList() 172 VerifyOrQuit(list.Add(e) == kErrorAlready, "did not detect duplicate"); in TestLinkedList()
|
D | test_tcat.cpp | 136 …rQuit(otBleSecureStart(instance, HandleBleSecureConnect, nullptr, true, nullptr) == kErrorAlready); in TestTcat()
|
D | test_child.cpp | 179 VerifyOrQuit(child.AddIp6Address(addresses[index]) == kErrorAlready, in TestChildIp6Address()
|
D | test_mdns.cpp | 5150 VerifyOrQuit(mdns->StartBrowser(browser2) == kErrorAlready); in TestBrowser() 5600 VerifyOrQuit(mdns->StartSrvResolver(resolver2) == kErrorAlready); in TestSrvResolver() 6030 VerifyOrQuit(mdns->StartTxtResolver(resolver2) == kErrorAlready); in TestTxtResolver() 6523 VerifyOrQuit(mdns->StartIp6AddressResolver(resolver2) == kErrorAlready); in TestIp6AddrResolver()
|
/openthread-latest/src/core/utils/ |
D | channel_manager.cpp | 197 (aError == kErrorAlready) ? " since current ActiveDataset is more recent" : ""); in HandleDatasetUpdateDone() 300 if ((error == kErrorAbort) || (error == kErrorAlready)) in RequestNetworkChannelSelect() 318 if ((error == kErrorAbort) || (error == kErrorAlready)) in RequestCslChannelSelect() 368 ExitNow(error = kErrorAlready); in RequestChannelSelect()
|
D | channel_monitor.cpp | 73 VerifyOrExit(!IsRunning(), error = kErrorAlready); in Start() 86 VerifyOrExit(IsRunning(), error = kErrorAlready); in Stop()
|
D | jam_detector.cpp | 64 VerifyOrExit(!mEnabled, error = kErrorAlready); in Start() 82 VerifyOrExit(mEnabled, error = kErrorAlready); in Stop()
|
/openthread-latest/src/core/thread/ |
D | child.cpp | 195 VerifyOrExit(mMeshLocalIid.IsUnspecified(), error = kErrorAlready); in AddIp6Address() 200 VerifyOrExit(!mIp6Addresses.ContainsMatching(aAddress), error = kErrorAlready); in AddIp6Address()
|
/openthread-latest/src/core/net/ |
D | ip6_headers.cpp | 124 VerifyOrExit(size != 0, error = kErrorAlready); in InitToPadHeaderWithSize()
|
D | netif.cpp | 298 VerifyOrExit(!IsMulticastSubscribed(aAddress), error = kErrorAlready); in SubscribeExternalMulticast()
|
D | srp_client.cpp | 782 VerifyOrExit(mServices.FindMatching(aService) == nullptr, error = kErrorAlready); in AddService() 835 VerifyOrExit(mHostInfo.GetState() != kRemoved, error = kErrorAlready); in RemoveHostAndServices()
|
D | mdns.cpp | 88 VerifyOrExit(aEnable != mIsEnabled, error = kErrorAlready); in SetEnabled() 4889 VerifyOrExit(callback == nullptr, error = kErrorAlready); in Add()
|
/openthread-latest/src/core/common/ |
D | error.hpp | 78 constexpr Error kErrorAlready = OT_ERROR_ALREADY; variable
|
D | notifier.hpp | 277 error = kErrorAlready; in Update()
|
D | notifier.cpp | 54 VerifyOrExit(!mExternalCallbacks.Contains(newCallback), error = kErrorAlready); in RegisterCallback()
|
D | linked_list.hpp | 285 error = kErrorAlready; in Add()
|
/openthread-latest/src/core/api/ |
D | coap_secure_api.cpp | 59 Error error = kErrorAlready; in otCoapSecureStartWithMaxConnAttempts()
|
/openthread-latest/src/core/radio/ |
D | ble_secure.cpp | 69 VerifyOrExit(mBleState == kStopped, error = kErrorAlready); in Start()
|