/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_network_test.cpp | 52 bool isExisted = netsysNetwork->ExistInterface(INTERFACE_NAME); variable 53 EXPECT_FALSE(isExisted); 63 bool isExisted = netsysNetwork->ExistInterface(INTERFACE_NAME); variable 64 EXPECT_FALSE(isExisted);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/ |
H A D | js_ability_delegator.cpp | 307 bool isExisted = false; in OnAddAbilityStageMonitor() local 331 if (!isExisted) { in OnAddAbilityStageMonitor() 341 bool isExisted = false; in OnAddAbilityStageMonitorSync() local 354 if (!isExisted) { in OnAddAbilityStageMonitorSync() 436 bool isExisted = false; in OnRemoveAbilityStageMonitor() local 462 if (isExisted) { in OnRemoveAbilityStageMonitor() 472 bool isExisted = false; in OnRemoveAbilityStageMonitorSync() local 486 if (isExisted) { in OnRemoveAbilityStageMonitorSync() 1009 isExisted = false; in ParseStageMonitorPara() 1209 bool isExisted = false; in ParseWaitAbilityStageMonitorPara() local [all …]
|
H A D | js_ability_delegator.h | 273 … napi_env env, napi_value value, std::shared_ptr<AbilityStageMonitor> &monitor, bool &isExisted); 280 std::shared_ptr<AbilityStageMonitor> &monitor, bool &isExisted, bool isSync);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_switcher.cpp | 98 bool isExisted = quickFixDataMgr_->QueryInnerAppQuickFix(bundleName, innerAppQuickFix); in DisableQuickFix() local 99 if (!isExisted) { in DisableQuickFix() 115 if (isExisted) { in DisableQuickFix()
|
H A D | quick_fix_deleter.cpp | 174 auto isExisted = dataMgr_->GetInnerBundleInfo(bundleName, innerBundleInfo); in RemoveDeployingInfo() local 175 if (isExisted) { in RemoveDeployingInfo()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | process_system_api_adapter_impl.cpp | 63 bool isExisted = OS::CheckPathExistence(filePath); in SetSecurityOption() local 64 if (!isExisted) { in SetSecurityOption()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | multi_sim_monitor.cpp | 388 bool isExisted = false; in RegisterSimAccountCallback() local 392 isExisted = true; in RegisterSimAccountCallback() 396 if (isExisted) { in RegisterSimAccountCallback()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
H A D | distributeddb_tools_test.cpp | 78 bool isExisted = OS::CheckPathExistence(dir); in RemoveTestDbFiles() local 79 if (!isExisted) { in RemoveTestDbFiles()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 155 bool isExisted = GetTypeCaseInsensitive(field.colName, vBucket, entry); in BindAsset() local 156 if (!isExisted || entry.index() == TYPE_INDEX<Nil>) { in BindAsset() 347 bool isExisted = GetTypeCaseInsensitive(field.colName, vBucket, type); in GetAssetFieldsFromSchema() local 348 if (!isExisted) { in GetAssetFieldsFromSchema() 642 bool isExisted = GetTypeCaseInsensitive(field.colName, vBucket, type); in CalculateHashKeyForOneField() local 643 if (allowEmpty && !isExisted) { in CalculateHashKeyForOneField() 737 bool isExisted = GetTypeCaseInsensitive(pk, vBucket, type); in IsVbucketContainsAllPK() local 738 if (!isExisted) { in IsVbucketContainsAllPK() 892 bool isExisted = GetTypeCaseInsensitive(col.first, vBucket, itItem); in GetToBeRemoveAssets() local 893 if (!isExisted) { in GetToBeRemoveAssets()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_install_checker.cpp | 219 auto isExisted = BundleOverlayManager::GetInstance()->GetInnerBundleInfo(bundleName, oldInfo); in CheckVersionCode() local 221 if (isExisted) { in CheckVersionCode()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb.cpp | 371 void GenericKvDB::SetConnectionFlag(bool isExisted) const in SetConnectionFlag() 373 (void)isExisted; in SetConnectionFlag()
|
H A D | generic_kvdb.h | 123 virtual void SetConnectionFlag(bool isExisted) const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_common.cpp | 78 bool isExisted = OS::CheckPathExistence(directory); in CreateDirectory() local 79 if (!isExisted) { in CreateDirectory() 279 bool isExisted = OS::CheckPathExistence(dir); in RemoveAllFilesOfDirectory() local 280 if (!isExisted) { in RemoveAllFilesOfDirectory()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/ |
H A D | cloud_storage_utils.h | 142 bool isExisted = GetTypeCaseInsensitive(fieldName, vBucket, cloudValue); in GetValueFromVBucket() local 143 if (!isExisted) { in GetValueFromVBucket()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_engine.h | 77 void SetConnectionFlag(bool isExisted);
|
H A D | storage_engine.cpp | 392 void StorageEngine::SetConnectionFlag(bool isExisted) in SetConnectionFlag() argument 394 return isExistConnection_.store(isExisted); in SetConnectionFlag()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_sync_tag_assets.cpp | 111 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive(assetFieldName, data, type); in IsDataContainField() local 112 if (!isExisted) { in IsDataContainField()
|
H A D | cloud_sync_utils.cpp | 39 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive(pkColName, datum, type); in GetCloudPkVals() local 40 if (!isExisted) { in GetCloudPkVals()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_extend.cpp | 140 void SQLiteSingleVerNaturalStore::SetConnectionFlag(bool isExisted) const in SetConnectionFlag() 143 storageEngine_->SetConnectionFlag(isExisted); in SetConnectionFlag()
|
H A D | sqlite_single_ver_natural_store.h | 152 void SetConnectionFlag(bool isExisted) const override;
|
H A D | sqlite_single_ver_storage_executor.cpp | 289 bool isExisted = CheckIfKeyExisted(key, isLocal, readValue, localTimestamp); in PutKvData() local 291 ExistStatus existedStatus = isExisted ? ExistStatus::EXIST : ExistStatus::NONE; in PutKvData() 306 …committedData->InsertCommittedData(std::move(entry), isExisted ? DataType::UPDATE : DataType::INSE… in PutKvData()
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | accessibility_ability_command.cpp | 580 bool isExisted = false; in CheckParamValidity() local 583 isExisted = true; in CheckParamValidity() 593 if (!isExisted) { in CheckParamValidity()
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 1674 bool isExisted = false; in NotifyImsRegInfoChanged() local 1683 isExisted = true; in NotifyImsRegInfoChanged() 1686 if (!isExisted) { in NotifyImsRegInfoChanged()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 838 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive("assert", data1[j], entry); in CheckAllAssetAfterUpload() local 839 ASSERT_TRUE(isExisted); in CheckAllAssetAfterUpload() 857 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive("asserts", data2[j], entry); in CheckAllAssetAfterUpload() local 858 ASSERT_TRUE(isExisted); in CheckAllAssetAfterUpload()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 267 bool isExisted = OS::CheckPathExistence(dir); in RemoveTestDbFiles() local 268 if (!isExisted) { in RemoveTestDbFiles()
|