Home
last modified time | relevance | path

Searched refs:Exist (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_ffi.cpp28 return FFIData::Exist(id); in FfiOHOSAceFrameworkFFIDataExist()
/foundation/arkui/napi/interfaces/inner_api/cjffi/cj_ffi/
H A Dcj_data_ffi.cpp28 return FFIData::Exist(id); in FfiOHOSFFIFFIDataExist()
/foundation/ability/ability_lite/frameworks/ability_lite/include/
H A Dability_slice_stack.h33 bool Exist(const AbilitySlice *slice) const;
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_slice_stack.cpp35 bool AbilitySliceStack::Exist(const AbilitySlice *slice) const in Exist() function in OHOS::AbilitySliceStack
H A Dability_slice_scheduler.cpp213 if ((!abilitySliceStack_->Exist(&slice)) && (&slice != topAbilitySlice_)) { in CheckLegalForRemove()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_info.h51 bool Exist(const std::string &bundleName, int32_t instanceId = 0) const;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp148 * @tc.name: Exist
154 HWTEST_F(CloudInfoTest, Exist, TestSize.Level0) in HWTEST_F()
157 auto result = cloudInfo.Exist("", 1); in HWTEST_F()
176 result = cloudInfo.Exist("test_cloud_bundleName", 100); in HWTEST_F()
181 * @tc.name: Exist
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dlru_cache.h57 bool Exist(const KeyT& key) in Exist() function in OHOS::Media::LruCache
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dffi_remote_data.h206 static bool Exist(int64_t id) in Exist() function in OHOS::FFI::FFIData
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp114 bool CloudInfo::Exist(const std::string &bundleName, int32_t instanceId) const in Exist() function in OHOS::DistributedData::CloudInfo
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp115 if (!cloudInfo.Exist(bundle)) { in EnableCloud()
170 if (!cloudInfo.Exist(bundleName)) { in ChangeAppSwitch()
172 if (status != SUCCESS || !cloudInfo.enableCloud || cloudInfo.id != id || !cloudInfo.Exist(bundleName)) { in ChangeAppSwitch()
198 if (!cloudInfo.Exist(bundle)) { in DoClean()
300 if (!cloudInfo.Exist(bundleName)) { in CheckNotifyConditions()
900 if (!bundleName.empty() && !cloudInfo.Exist(bundleName, instanceId)) { in GetSchemaMeta()

Completed in 7 milliseconds