Home
last modified time | relevance | path

Searched refs:instance (Results 776 - 800 of 1189) sorted by relevance

1...<<31323334353637383940>>...48

/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H A Dcolorspace_converter.cpp40 // The same instance cannot be used for ComposeImage and DecomposeImage.
43 int instance = VPE_INVALID_INSTANCE_ID; in CreateVpeColorSpaceInstance() local
44 int32_t res = VpeHelper::ColorSpaceConverterCreate(&instance); in CreateVpeColorSpaceInstance()
46 "GetVpeColorSpaceInstance: get instance fail! res=%{public}d", res); in CreateVpeColorSpaceInstance()
47 EFFECT_LOGD("GetVpeColorSpaceInstance: instance=%{public}d", instance); in CreateVpeColorSpaceInstance()
49 return instance; in CreateVpeColorSpaceInstance()
54 // destroy vpe color space converter instance. in DestroyVpeColorSpaceInstance()
138 ErrorCode::ERR_INVALID_VPE_INSTANCE, "ComposeHdrImageInner: invalid vpe instance!"); in ComposeHdrImageInner()
175 ErrorCode::ERR_INVALID_VPE_INSTANCE, "DecomposeHdrImageInner: invalid vpe instance!"); in DecomposeHdrImageInner()
[all...]
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_attrs/
H A Dtone_attrs_napi.cpp111 napi_value instance{}; in NewInstance()
112 NAPI_CALL_BASE(env, napi_new_instance(env, constructor, 0, nullptr, &instance), napi_generic_failure); in NewInstance()
115 NAPI_CALL_BASE(env, napi_unwrap(env, instance, reinterpret_cast<void**>(&toneAttrsNapi)), napi_generic_failure); in NewInstance()
119 out = instance; in NewInstance()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp193 napi_value instance = nullptr; in Convert2JSValue() local
194 napi_status status = napi_new_instance(env, constructor, 0, nullptr, &instance); in Convert2JSValue()
200 status = napi_unwrap(env, instance, reinterpret_cast<void **>(&proxy)); in Convert2JSValue()
206 return instance; in Convert2JSValue()
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp36 static sptr<ScreenSessionManagerClient> instance = nullptr; in GetInstance() local
37 if (instance == nullptr) { in GetInstance()
38 instance = new ScreenSessionManagerClient(); in GetInstance()
40 return *instance; in GetInstance()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp471 napi_value instance = nullptr; in NewMovingPhotoNapi() local
479 status = napi_new_instance(env, constructor, 1, &napiStringUri, &instance); in NewMovingPhotoNapi()
480 CHECK_COND_RET(status == napi_ok, nullptr, "Failed to get new instance of moving photo, napi status: %{public}d", in NewMovingPhotoNapi()
482 CHECK_COND_RET(instance != nullptr, nullptr, "Instance is nullptr"); in NewMovingPhotoNapi()
485 status = napi_unwrap(env, instance, reinterpret_cast<void**>(&movingPhotoNapi)); in NewMovingPhotoNapi()
486 CHECK_COND_RET(status == napi_ok, nullptr, "Failed to unwarp instance of MovingPhotoNapi"); in NewMovingPhotoNapi()
489 return instance; in NewMovingPhotoNapi()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_result_set_proxy.cpp39 napi_value instance; in NewInstance() local
40 napi_status status = napi_new_instance(env, cons, 0, nullptr, &instance); in NewInstance()
47 status = napi_unwrap(env, instance, reinterpret_cast<void **>(&proxy)); in NewInstance()
49 LOG_ERROR("native instance is nullptr! code:%{public}d!", status); in NewInstance()
50 return instance; in NewInstance()
54 return instance; in NewInstance()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/
H A Ddnetwork_adapter.cpp52 static auto instance = std::make_shared<DnetworkAdapter>(); in GetInstance() local
53 return instance; in GetInstance()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodal_system_app_freeze_uiextension.cpp38 static ModalSystemAppFreezeUIExtension instance; in GetInstance() local
39 return instance; in GetInstance()
/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp33 static ResSchedUtil instance; in GetInstance() local
34 return instance; in GetInstance()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp45 static AbilityPermissionUtil instance; in GetInstance() local
46 return instance; in GetInstance()
126 TAG_LOGE(AAFwkTag::ABILITYMGR, "Not support multi-instance or appClone"); in CheckMultiInstanceAndAppClone()
140 TAG_LOGE(AAFwkTag::ABILITYMGR, "Not support multi-instance"); in CheckMultiInstanceAndAppClone()
159 TAG_LOGE(AAFwkTag::FREE_INSTALL, "Failed to get instance key"); in CheckMultiInstance()
179 TAG_LOGE(AAFwkTag::ABILITYMGR, "not support to create a new instance"); in CheckMultiInstance()
205 TAG_LOGE(AAFwkTag::ABILITYMGR, "not support to create a new instance"); in CheckMultiInstanceKeyForExtension()
214 TAG_LOGE(AAFwkTag::ABILITYMGR, "not support multi-instance"); in CheckMultiInstanceKeyForExtension()
218 TAG_LOGE(AAFwkTag::ABILITYMGR, "not multi-instance app"); in CheckMultiInstanceKeyForExtension()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dassert_fault_proxy.cpp76 static ModalSystemAssertUIExtension instance; in GetInstance() local
77 return instance; in GetInstance()
H A Dability_first_frame_state_observer_manager.cpp141 static AbilityFirstFrameStateObserverManager instance; in GetInstance() local
142 return instance; in GetInstance()
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/
H A Duri_permission_manager_client.cpp33 static UriPermissionManagerClient instance; in GetInstance() local
34 return instance; in GetInstance()
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dability_resident_process_rdb.cpp124 static AmsResidentProcessRdb instance; in GetInstance() local
125 return instance; in GetInstance()
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_collection.cpp32 RosenFontCollection RosenFontCollection::instance; member in OHOS::Ace::RosenFontCollection
219 return instance; in GetInstance()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_symbol.cpp32 static NG::SymbolModelNG instance; in GetInstance() local
33 return &instance; in GetInstance()
H A Djs_xcomponent.h50 static XComponentClient instance; in GetInstance() local
51 return instance; in GetInstance()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp31 static auto instance = new SystemAbilityManagerClient(); in GetInstance() local
32 return *instance; in GetInstance()
/foundation/arkui/ui_lite/frameworks/core/
H A Drender_manager.cpp33 static RenderManager instance; in GetInstance() local
34 return instance; in GetInstance()
/foundation/arkui/ui_lite/frameworks/dfx/
H A Devent_injector.cpp41 static EventInjector instance; in GetInstance() local
42 return &instance; in GetInstance()
/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dfile_img_decoder.cpp24 static FileImgDecoder instance; in GetInstance() local
25 return instance; in GetInstance()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp46 static BluetoothNoDestructor<BluetoothProfileManager> instance; in GetInstance() local
47 return *instance; in GetInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h150 static GattConnectionManager instance; in GetInstance() local
151 return instance; in GetInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp64 auto instance = std::make_unique<A2dpCodecThread>("a2dpCodec"); in GetInstance() local
65 g_instance = instance.release(); in GetInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_parser.cpp27 static HfpAgCommandParser instance; in GetInstance() local
28 return instance; in GetInstance()

Completed in 14 milliseconds

1...<<31323334353637383940>>...48