Home
last modified time | relevance | path

Searched refs:INSTANCE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/
H A Dunload_handler.rs37 static mut INSTANCE: Option<Arc<Mutex<UnloadHandler>>> = None; in get_instance() const
38 … unsafe { INSTANCE.get_or_insert_with(|| Arc::new(Mutex::new(UnloadHandler::new()))).clone() } in get_instance()
/ohos5.0/base/security/asset/services/common/src/
H A Dcounter.rs33 static mut INSTANCE: Option<Arc<Mutex<Counter>>> = None; in get_instance() const
34 unsafe { INSTANCE.get_or_insert_with(|| Arc::new(Mutex::new(Counter::new()))).clone() } in get_instance()
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dcrypto_manager.rs42 static mut INSTANCE: Option<Arc<Mutex<CryptoManager>>> = None; in get_instance() variable
43 … unsafe { INSTANCE.get_or_insert_with(|| Arc::new(Mutex::new(CryptoManager::new()))).clone() } in get_instance()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_record_factory.h26 …2_t PROCESS_MODE_INSTANCE = 1 << static_cast<uint32_t>(AppExecFwk::ExtensionProcessMode::INSTANCE);
/ohos5.0/base/security/asset/services/plugin/src/
H A Dasset_plugin.rs51 static mut INSTANCE: Option<Arc<AssetPlugin>> = None; in get_instance() const
53 unsafe { INSTANCE.get_or_insert_with(|| Arc::new(AssetPlugin::new())).clone() } in get_instance()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_ability_info.h123 INSTANCE = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.inl155 return static_cast<T*>(GetHandle()->GetNativePointerField(GetEcmaVM(), INSTANCE));
161 GetHandle()->SetNativePointerField(GetEcmaVM(), INSTANCE, static_cast<void*>(data));
H A Djsi_types.h193 enum InternalFieldIndex { INSTANCE = 0 }; enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_ability_info.cpp143 { "instance", ExtensionProcessMode::INSTANCE },
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp425 INSTANCE = 1, enumerator