/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
H A D | napi_async_work.cpp | 62 // get the last arguments :: <callback> in GetJSInfo() 133 reinterpret_cast<void *>(napiAsyncTask.get()), &napiAsyncTask->work); in Enqueue()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_launch_data.cpp | 74 if (!parcel.WriteParcelable(userTestRecord_.get())) { in Marshalling()
|
/foundation/CastEngine/castengine_wifi_display/services/configuration/include/ |
H A D | sharing_data.h | 44 value = std::get<T>(data_); in GetValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_stack_processor.cpp | 33 return instance.get(); in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_badge.cpp | 47 return instance_.get(); in GetInstance()
|
H A D | js_counter.cpp | 49 return instance_.get(); in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/ |
H A D | spring_chain_test.cpp | 89 platformWindowRaw_ = reinterpret_cast<MockPlatformWindow*>(platformWindow.get());
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | input_method_manager_ohos.cpp | 39 return instance_.get(); in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_view.h | 107 // Use to get native window handle by texture id 136 hasSet_ = future_.get(); in GetBackgroundColor()
|
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | unstack_test.cpp | 203 auto returnValue = mindspore::lite::MindIR_Unstack_GetAxis(primitive.get());
in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | localization.h | 294 isInit_ = future_.get(); in WaitingForInit()
|
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/ |
H A D | gitee_rest_api.js | 55 const request = await http.get(url, (response) => {
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_xcomponent_modifier.cpp | 142 return reinterpret_cast<void*>(pair.second.lock().get()); in GetNativeXComponent()
|
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_dispatcher_proxy.cpp | 123 if (!data.WriteParcelable(rsTransaction.get())) { in DispatchSurfaceChangeEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | background_modifier.h | 44 auto* recordingCanvas = static_cast<Rosen::RSRecordingCanvas*>(skCanvas.get());
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | disposed_rule.cpp | 61 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Parcelable, parcel, want.get()); in Marshalling()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_map_mse.cpp | 110 return instance.get();
in GetProfile()
|
H A D | bluetooth_pan.cpp | 185 return instance.get(); in GetProfile()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | event_impl.h | 112 Token newToken = userToken ? userToken : (uintptr_t)p.get();
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | multimesh_impl.cpp | 85 static_cast<MultiMeshImpl*>(self.get())->handle_ = entity.id;
|
H A D | ecs_listener.h | 60 if (auto ecsRaw = ecs.get(); ecs_ != ecsRaw) { in SetEcs()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/ |
H A D | napi_audio_manager_interrupt_callback.cpp | 137 CHECK_AND_BREAK_LOG(nstatus == napi_ok && jsCallback != nullptr, "%{public}s get reference value fail", in SafeJsCallbackAudioManagerInterruptWork() 161 if (jsCb.get() == nullptr) { in OnJsCallbackAudioManagerInterrupt() 162 AUDIO_ERR_LOG("OnJsCallbackRendererState: jsCb.get() is null"); in OnJsCallbackAudioManagerInterrupt()
|
H A D | napi_audio_rounting_available_devicechange_callback.cpp | 131 CHECK_AND_BREAK_LOG(nstatus == napi_ok && jsCallback != nullptr, "%{public}s get reference value fail", in SafeJsCallbackAvailbleDeviceChangeWork() 155 if (jsCb.get() == nullptr) { in OnJsCallbackAvailbleDeviceChange() 156 AUDIO_ERR_LOG("OnJsCallbackAvailbleDeviceChange: OnJsCallbackDeviceChange: jsCb.get() is null"); in OnJsCallbackAvailbleDeviceChange()
|
H A D | napi_audio_ringermode_callback.cpp | 83 "get napi_strict_equals failed"); in IsSameCallback() 144 CHECK_AND_BREAK_LOG(nstatus == napi_ok && jsCallback != nullptr, "%{public}s get reference value fail", in SafeJsCallbackRingModeWork() 166 if (jsCb.get() == nullptr) { in OnJsCallbackRingerMode() 167 AUDIO_ERR_LOG("NapiAudioRingerModeCallback: OnJsCallbackRingerMode: jsCb.get() is null"); in OnJsCallbackRingerMode()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_async_work.cpp | 54 // get the last arguments :: <callback> in GetCbInfo() 129 reinterpret_cast<void*>(ctxt.get()), &ctxt->work); in Enqueue()
|