/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_query.c | 306 return IsValidLaneLink(queryInfo->networkId, LANE_P2P); in QueryByRequireLink() 316 int32_t ret = GetLaneResource(queryInfo->transType, optLink, &linkNum, isHighBand); in QueryByRequireLink() 322 ret = IsValidLaneLink(queryInfo->networkId, optLink[i]); in QueryByRequireLink() 331 static int32_t QueryByDefaultLink(const LaneQueryInfo *queryInfo) in QueryByDefaultLink() argument 336 int32_t ret = GetLaneResource(queryInfo->transType, optLink, &linkNum, false); in QueryByDefaultLink() 342 ret = IsValidLaneLink(queryInfo->networkId, optLink[i]); in QueryByDefaultLink() 351 int32_t QueryLaneResource(const LaneQueryInfo *queryInfo, const QosInfo *qosInfo) in QueryLaneResource() argument 353 if (queryInfo == NULL || qosInfo == NULL) { in QueryLaneResource() 359 queryInfo->transType, qosInfo->minBW); in QueryLaneResource() 360 return QueryByRequireLink(queryInfo, qosInfo); in QueryLaneResource() [all …]
|
H A D | lnn_lane.c | 567 int32_t LnnQueryLaneResource(const LaneQueryInfo *queryInfo, const QosInfo *qosInfo) in LnnQueryLaneResource() argument 569 if (queryInfo == NULL || qosInfo == NULL) { in LnnQueryLaneResource() 574 if (!LnnGetOnlineStateById(queryInfo->networkId, CATEGORY_NETWORK_ID)) { in LnnQueryLaneResource() 576 Anonymize(queryInfo->networkId, &anonyNetworkId); in LnnQueryLaneResource() 582 return QueryLaneResource(queryInfo, qosInfo); in LnnQueryLaneResource()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | subscribe_manager.cpp | 195 for (const auto &queryInfo : iter->second) { in GetRemoteSubscribeQueryIds() local 196 if (remoteSubscribedTotalMap_.find(queryInfo.first) == remoteSubscribedTotalMap_.end()) { in GetRemoteSubscribeQueryIds() 200 subscribeQueryIds.push_back(queryInfo.first); in GetRemoteSubscribeQueryIds() 240 for (const auto &queryInfo : subscribeMap[device]) { in ClearSubscribeQuery() local 241 if (subscribedTotalMap.find(queryInfo.first) != subscribedTotalMap.end()) { in ClearSubscribeQuery() 242 if (subscribedTotalMap[queryInfo.first].second > 0) { in ClearSubscribeQuery() 243 subscribedTotalMap[queryInfo.first].second--; in ClearSubscribeQuery() 245 if (subscribedTotalMap[queryInfo.first].second == 0) { in ClearSubscribeQuery() 247 subscribedTotalMap.erase(queryInfo.first); in ClearSubscribeQuery() 381 for (const auto &queryInfo : iter->second) { in GetSubscribeQueries() local [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_query.h | 25 int32_t QueryLaneResource(const LaneQueryInfo *queryInfo, const QosInfo *qosInfo);
|
H A D | lnn_lane_interface.h | 268 int32_t (*lnnQueryLaneResource)(const LaneQueryInfo *queryInfo, const QosInfo *qosInfo); 285 int32_t LnnQueryLaneResource(const LaneQueryInfo *queryInfo, const QosInfo *qosInfo);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-distributed-hardware.md | 14 |新增|NA|类名:DeviceManager<br>方法or属性:deleteCredential(queryInfo: string, callback: AsyncCallback\<{ re…
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_call.c | 962 HRilCFQueryInfo queryInfo = {0}; in ReqGetCallTransferInfo() local 989 NextInt(&line, &queryInfo.status); in ReqGetCallTransferInfo() 990 NextInt(&line, &queryInfo.classx); in ReqGetCallTransferInfo() 991 NextStr(&line, &queryInfo.number); in ReqGetCallTransferInfo() 992 NextInt(&line, &queryInfo.type); in ReqGetCallTransferInfo() 1003 … OnCallReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&queryInfo, sizeof(queryInfo)); in ReqGetCallTransferInfo()
|
/ohos5.0/foundation/distributedhardware/device_manager/display/ |
H A D | @ohos.distributedHardware.deviceManager.d.ts | 577 deleteCredential(queryInfo: string, callback: AsyncCallback<{ resultInfo: string }>): void;
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-distributed-hardware.md | 14 |Added|NA|Class name: DeviceManager<br>Method or attribute name: deleteCredential(queryInfo: string…
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_deps_mock.cpp | 383 int32_t QueryLaneResource(const LaneQueryInfo *queryInfo, const QosInfo *qosInfo) in QueryLaneResource() argument 385 return GetLaneDepsInterface()->QueryLaneResource(queryInfo, qosInfo); in QueryLaneResource()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | data_ability_manager.cpp | 606 auto queryInfo = [&info, isPerm](DataAbilityRecordPtrMap::reference data) { in GetAbilityRunningInfos() local 628 std::for_each(dataAbilityRecordsLoading_.begin(), dataAbilityRecordsLoading_.end(), queryInfo); in GetAbilityRunningInfos() 629 std::for_each(dataAbilityRecordsLoaded_.begin(), dataAbilityRecordsLoaded_.end(), queryInfo); in GetAbilityRunningInfos()
|
H A D | ability_connect_manager.cpp | 2487 auto queryInfo = [&](ServiceMapType::reference service) { in GetExtensionRunningInfos() local 2504 std::for_each(serviceMapBack.begin(), serviceMapBack.end(), queryInfo); in GetExtensionRunningInfos() 2529 auto queryInfo = [&info, isPerm](ServiceMapType::reference service) { in GetAbilityRunningInfos() local 2544 std::for_each(serviceMapBack.begin(), serviceMapBack.end(), queryInfo); in GetAbilityRunningInfos()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.8.2/ |
H A D | changelogs-device_manager.md | 35 …iceManager | deviceManager | **function** deleteCredential(queryInfo: string, callbac… 92 | deleteCredential(queryInfo: string, callback: AsyncCallback<{resultInfo: string}>): void; …
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.8.2/ |
H A D | changelogs-device_manager.md | 35 …iceManager | deviceManager | **function** deleteCredential(queryInfo: string, callbac… 92 | deleteCredential(queryInfo: string, callback: AsyncCallback<{resultInfo: string}>): void; …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-distributed-hardware.md | 60 …tial(queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>旧版本信息:401|类名:D… 144 …ntial(queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>旧版本信息:|类名:Dev…
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/ |
H A D | lnn_lane_deps_mock.h | 99 virtual int32_t QueryLaneResource(const LaneQueryInfo *queryInfo, const QosInfo *qosInfo) = 0;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-distributedservice-kit/ |
H A D | js-apis-device-manager-sys.md | 1457 deleteCredential(queryInfo: string, callback: AsyncCallback<{resultInfo: string}>): void; 1471 | queryInfo | string | 是 | 删除凭据信息。 | 1499 let queryInfo: QueryInfo = { 1506 let jsonQueryInfo = JSON.stringify(queryInfo);
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-distributed-hardware.md | 60 …queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>Old version informa… 144 …queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<br>Old version informa…
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 373 HRilCFQueryInfo queryInfo; variable 374 EXPECT_NE(HDF_SUCCESS, call->GetCallTransferInfoResponse(0, responseInfo, &queryInfo, 1)); 375 …EXPECT_NE(HDF_SUCCESS, call->GetCallTransferInfoResponse(0, responseInfo, &queryInfo, sizeof(HRilC…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.2.3/ |
H A D | changelogs-device-manager.md | 47 | function deleteCredential(queryInfo: string, callback: AsyncCallback<{resultInfo: string}>)…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.2.3/ |
H A D | changelogs-device-manager.md | 47 | function deleteCredential(queryInfo: string, callback: AsyncCallback<{resultInfo: string}>)…
|
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/ |
H A D | js-apis-device-manager-sys.md | 1457 deleteCredential(queryInfo: string, callback: AsyncCallback<{resultInfo: string}>): void; 1471 | queryInfo | string | Yes | Credential information to delete. | 1499 let queryInfo: QueryInfo = { 1506 let jsonQueryInfo = JSON.stringify(queryInfo);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-distributed-hardware.md | 48 |新增|NA|类名:DeviceManager;<br>方法or属性:deleteCredential(queryInfo: string, callback: AsyncCallback\<{ r…
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 2645 std::string queryInfo = type; in DeleteCredential() local 2646 … ret = DeviceManager::GetInstance().DeleteCredential(deviceManagerWrapper->bundleName_, queryInfo); in DeleteCredential()
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-distributed-hardware.md | 48 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: deleteCredential(queryInfo: strin…
|