Home
last modified time | relevance | path

Searched defs:isExisted (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_network_test.cpp52 bool isExisted = netsysNetwork->ExistInterface(INTERFACE_NAME); in HWTEST_F() local
63 bool isExisted = netsysNetwork->ExistInterface(INTERFACE_NAME); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h142 bool isExisted = GetTypeCaseInsensitive(fieldName, vBucket, cloudValue); in GetValueFromVBucket() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_switcher.cpp98 bool isExisted = quickFixDataMgr_->QueryInnerAppQuickFix(bundleName, innerAppQuickFix); in DisableQuickFix() local
H A Dquick_fix_deleter.cpp173 auto isExisted = dataMgr_->GetInnerBundleInfoWithDisable(bundleName, innerBundleInfo); in RemoveDeployingInfo() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_install_checker.cpp219 auto isExisted = BundleOverlayManager::GetInstance()->GetInnerBundleInfo(bundleName, oldInfo); in CheckVersionCode() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Dprocess_system_api_adapter_impl.cpp63 bool isExisted = OS::CheckPathExistence(filePath); in SetSecurityOption() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp387 void StorageEngine::SetConnectionFlag(bool isExisted) in SetConnectionFlag() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_tag_assets.cpp111 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive(assetFieldName, data, type); in IsDataContainField() local
H A Dcloud_sync_utils.cpp39 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive(pkColName, datum, type); in GetCloudPkVals() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Ddistributeddb_tools_test.cpp78 bool isExisted = OS::CheckPathExistence(dir); in RemoveTestDbFiles() local
/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_command.cpp580 bool isExisted = false; in CheckParamValidity() local
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator.cpp307 bool isExisted = false; in OnAddAbilityStageMonitor() local
341 bool isExisted = false; in OnAddAbilityStageMonitorSync() local
436 bool isExisted = false; in OnRemoveAbilityStageMonitor() local
472 bool isExisted in OnRemoveAbilityStageMonitorSync() local
1004 ParseStageMonitorPara( napi_env env, napi_value value, std::shared_ptr<AbilityStageMonitor> &monitor, bool &isExisted) ParseStageMonitorPara() argument
1152 ParseAbilityStageMonitorPara(napi_env env, NapiCallbackInfo& info, std::shared_ptr<AbilityStageMonitor> &monitor, bool &isExisted, bool isSync) ParseAbilityStageMonitorPara() argument
1209 bool isExisted = false; ParseWaitAbilityStageMonitorPara() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp371 bool isExisted = IsLocalDrmInfosExisted(); in SetDrmCallback() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp78 bool isExisted = OS::CheckPathExistence(directory); in CreateDirectory() local
279 bool isExisted = OS::CheckPathExistence(dir); in RemoveAllFilesOfDirectory() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp838 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive("assert", data1[j], entry); in CheckAllAssetAfterUpload() local
857 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive("asserts", data2[j], entry); in CheckAllAssetAfterUpload() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp267 bool isExisted = OS::CheckPathExistence(dir); in RemoveTestDbFiles() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp155 bool isExisted = GetTypeCaseInsensitive(field.colName, vBucket, entry); in BindAsset() local
347 bool isExisted = GetTypeCaseInsensitive(field.colName, vBucket, type); in GetAssetFieldsFromSchema() local
640 bool isExisted = GetTypeCaseInsensitive(field.colName, vBucket, type); in CalculateHashKeyForOneField() local
735 bool isExisted = GetTypeCaseInsensitive(pk, vBucket, type); in IsVbucketContainsAllPK() local
890 bool isExisted = GetTypeCaseInsensitive(col.first, vBucket, itItem); in GetToBeRemoveAssets() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp289 bool isExisted = CheckIfKeyExisted(key, isLocal, readValue, localTimestamp); in PutKvData() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp5124 ErrCode BundleMgrProxy::UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex) in UpdateAppEncryptedStatus() argument
H A Dbundle_mgr_host.cpp3981 bool isExisted = data.ReadBool(); in HandleUpdateAppEncryptedStatus() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1546 virtual ErrCode UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex = 0) in UpdateAppEncryptedStatus() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3823 ErrCode BundleMgrHostImpl::UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex) in UpdateAppEncryptedStatus() argument
H A Dbundle_data_mgr.cpp8629 UpdateAppEncryptedStatus( const std::string &bundleName, bool isExisted, int32_t appIndex) UpdateAppEncryptedStatus() argument
H A Dinner_bundle_info.cpp3468 ErrCode InnerBundleInfo::UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex) in UpdateAppEncryptedStatus() argument

Completed in 77 milliseconds