Home
last modified time | relevance | path

Searched defs:isCreated (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H A Davmuxer_unit_test.cpp167 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
181 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
195 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
236 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
276 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
318 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
361 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
451 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
502 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
600 bool isCreated = avmuxer_->CreateMuxer(fd_, outputFormat); variable
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dsystem_resource_manager.cpp55 bool isCreated = CreateSystemResourceManager(true); in GetSystemResourceManager() local
67 bool isCreated = CreateSystemResourceManager(false); in GetSystemResourceManagerNoSandBox() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_db_config.cpp42 …bool isCreated = DistributedData::MetaDataManager::GetInstance().LoadMeta(meta.GetKey(), metaData,… in QueryMetaData() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_data_info_strategy.cpp41 …bool isCreated = DistributedData::MetaDataManager::GetInstance().LoadMeta(meta.GetKey(), metaData,… in QueryMetaData() local
/ohos5.0/base/startup/init/services/sandbox/include/
H A Dsandbox.h53 bool isCreated; // sandbox already created or not member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp81 void BackupManager::KeepData(const std::string &name, bool isCreated) in KeepData()
91 void BackupManager::RollBackData(const std::string &name, bool isCreated) in RollBackData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.h230 void UpdateAnalyzerState(bool isCreated) in UpdateAnalyzerState()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp422 bool isCreated = message.want_->GetBoolParam("isCreated", false); in HandleProcessStatusChanged() local
H A Drunning_lock_strategy.cpp570 bool isCreated = message.want_->GetBoolParam("isCreated", false); in HandleProcessStatusChanged() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp620 auto isCreated = MetaDataManager::GetInstance().LoadMeta(meta.GetKey(), meta, true); in SetConfig() local
654 auto isCreated = MetaDataManager::GetInstance().LoadMeta(meta.GetKey(), old, true); in BeforeCreate() local
705 auto isCreated = MetaDataManager::GetInstance().LoadMeta(metaData.GetKey(), oldMeta, true); in AfterCreate() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp738 auto isCreated = in BeforeOpen() local
771 auto isCreated = MetaDataManager::GetInstance().LoadMeta(meta.GetKey(), old, true); in AfterOpen() local
1258 auto isCreated = MetaDataManager::GetInstance().LoadMeta(metaData.GetKey(), metaData, true); in GetDebugInfo() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp133 bool isCreated = CreateHostRecord(info, callerToken, callingUid, hostRecord); in AllotFormHostRecord() local
1482 bool isCreated = CreateHostRecord(info, callerToken, callingUid, hostRecord); in CreateFormStateRecord() local
1504 bool isCreated = CreateHostRecord(info, callerToken, callingUid, hostRecord); in CreateFormAcquireDataRecord() local
H A Dform_mgr_adapter.cpp1535 …bool isCreated = FormDataMgr::GetInstance().AllotFormHostRecord(info, callerToken, formId, calling… in AddExistFormRecord() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp569 void SelectContentOverlayManager::NotifySelectOverlayShow(bool isCreated) in NotifySelectOverlayShow()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp744 …pl::OnProcessStatusChanged(int32_t uid, int32_t pid, const std::string& bundleName, bool isCreated) in OnProcessStatusChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp2404 int SQLiteUtils::CheckTableExists(sqlite3 *db, const std::string &tableName, bool &isCreated, bool … in CheckTableExists()