/openthread-latest/src/core/meshcop/ |
D | panid_query_client.hpp | 76 Error SendQuery(uint16_t aPanId,
|
D | energy_scan_client.hpp | 79 Error SendQuery(uint32_t aChannelMask,
|
D | panid_query_client.cpp | 49 Error PanIdQueryClient::SendQuery(uint16_t aPanId, in SendQuery() function in ot::PanIdQueryClient
|
D | energy_scan_client.cpp | 49 Error EnergyScanClient::SendQuery(uint32_t aChannelMask, in SendQuery() function in ot::EnergyScanClient
|
/openthread-latest/src/core/api/ |
D | commissioner_api.cpp | 143 return AsCoreType(aInstance).Get<MeshCoP::Commissioner>().GetEnergyScanClient().SendQuery( in otCommissionerEnergyScan() 154 return AsCoreType(aInstance).Get<MeshCoP::Commissioner>().GetPanIdQueryClient().SendQuery( in otCommissionerPanIdQuery()
|
/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 1091 static void SendQuery(const char *aName, in SendQuery() function 1753 SendQuery(hostFullName.AsCString(), ResourceRecord::kTypeAaaa); in TestHostReg() 1768 SendQuery(hostFullName.AsCString(), ResourceRecord::kTypeAny); in TestHostReg() 1783 SendQuery(hostFullName.AsCString(), ResourceRecord::kTypeA); in TestHostReg() 1881 SendQuery(hostFullName.AsCString(), ResourceRecord::kTypeAaaa); in TestHostReg() 2073 SendQuery(fullName.AsCString(), ResourceRecord::kTypeKey); in TestKeyReg() 2088 SendQuery(fullName.AsCString(), ResourceRecord::kTypeAny); in TestKeyReg() 2103 SendQuery(fullName.AsCString(), ResourceRecord::kTypeA); in TestKeyReg() 2266 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeSrv); in TestServiceReg() 2281 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeTxt); in TestServiceReg() [all …]
|
/openthread-latest/src/core/utils/ |
D | mesh_diag.cpp | 163 Error MeshDiag::SendQuery(uint16_t aRloc16, const uint8_t *aTlvs, uint8_t aTlvsLength) in SendQuery() function in ot::Utils::MeshDiag 193 SuccessOrExit(error = SendQuery(aRloc16, kTlvTypes, sizeof(kTlvTypes))); in QueryChildTable() 209 SuccessOrExit(error = SendQuery(aRloc16, kTlvTypes, sizeof(kTlvTypes))); in QueryChildrenIp6Addrs() 225 SuccessOrExit(error = SendQuery(aRloc16, kTlvTypes, sizeof(kTlvTypes))); in QueryRouterNeighborTable()
|
D | mesh_diag.hpp | 280 Error SendQuery(uint16_t aRloc16, const uint8_t *aTlvs, uint8_t aTlvsLength);
|
/openthread-latest/src/core/net/ |
D | dns_client.cpp | 1001 error = SendQuery(*query, aInfo, /* aUpdateTimer */ true); in StartQuery() 1018 IgnoreError(SendQuery(*secondQuery, aInfo, /* aUpdateTimer */ true)); in StartQuery() 1080 Error Client::SendQuery(Query &aQuery, QueryInfo &aInfo, bool aUpdateTimer) in SendQuery() function in ot::Dns::Client 1538 IgnoreError(SendQuery(*query, info, /* aUpdateTimer */ false)); in HandleTimer() 1614 IgnoreError(SendQuery(aQuery, info, /* aUpdateTimer */ true)); in ReplaceWithIp4Query() 1699 IgnoreError(SendQuery(*secondQuery, info, /* aUpdateTimer */ true)); in ReplaceWithSeparateSrvTxtQueries() 1705 IgnoreError(SendQuery(aQuery, info, /* aUpdateTimer */ true)); in ReplaceWithSeparateSrvTxtQueries() 1743 IgnoreError(SendQuery(*newQuery, info, /* aUpdateTimer */ true)); in ResolveHostAddressIfNeeded()
|
D | dns_client.hpp | 792 Error SendQuery(Query &aQuery, QueryInfo &aInfo, bool aUpdateTimer);
|