Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 961) sorted by relevance

12345678910>>...39

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dnode.h60 if (auto impl = META_API_CACHED_INTERFACE(Node)) { in SCENE_BEGIN_NAMESPACE() local
72 if (auto impl = META_API_CACHED_INTERFACE(Node)) { in SCENE_BEGIN_NAMESPACE() local
79 if (auto impl = META_API_CACHED_INTERFACE(Node)) { in SCENE_BEGIN_NAMESPACE() local
87 if (auto impl = META_API_CACHED_INTERFACE(Node)) { in SCENE_BEGIN_NAMESPACE() local
121 if (auto impl = META_API_CACHED_INTERFACE(Node)) { in SCENE_BEGIN_NAMESPACE() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp92 ~impl() in ~impl()
111 void Close() in Close()
289 UUID uuid_;
292 int fd_;
293 bool auth_;
549 ~impl() in ~impl()
560 int Listen() in Listen()
731 void Close() in Close()
788 UUID uuid_;
790 bool encrypt_;
[all …]
H A Dbluetooth_hfp_ag.cpp113 struct HandsFreeAudioGateway::impl { struct in OHOS::Bluetooth::HandsFreeAudioGateway
199 int32_t ConnectSco(uint8_t callType) in ConnectSco()
206 int32_t DisconnectSco(uint8_t callType) in DisconnectSco()
213 bool ConnectSco() in ConnectSco()
221 bool DisconnectSco() in DisconnectSco()
229 bool IsValidCallType(uint8_t callType) in IsValidCallType()
307 BluetoothRemoteDevice GetActiveDevice() in GetActiveDevice()
360 void EnableBtCallLog(bool state) in EnableBtCallLog()
381 int32_t profileRegisterId = 0;
387 sptr<AgServiceObserver> serviceObserver_;
[all …]
H A Dbluetooth_pan.cpp61 struct Pan::impl { struct in OHOS::Bluetooth::Pan
91 int32_t GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) in GetDeviceState()
103 int32_t Disconnect(const BluetoothRemoteDevice &device) in Disconnect()
115 void RegisterObserver(std::shared_ptr<PanObserver> observer) in RegisterObserver()
121 void DeregisterObserver(std::shared_ptr<PanObserver> observer) in DeregisterObserver()
127 int32_t SetTethering(bool value) in SetTethering()
138 int32_t IsTetheringOn(bool &value) in IsTetheringOn()
146 int32_t profileRegisterId = 0;
149 BluetoothObserverList<PanObserver> observers_;
150 sptr<PanInnerObserver> innerObserver_;
[all …]
H A Dbluetooth_hid_host.cpp63 struct HidHost::impl { struct in OHOS::Bluetooth::HidHost
91 int32_t GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) in GetDeviceState()
103 int32_t Connect(const BluetoothRemoteDevice &device) in Connect()
114 int32_t Disconnect(const BluetoothRemoteDevice &device) in Disconnect()
126 void RegisterObserver(std::shared_ptr<HidHostObserver> observer) in RegisterObserver()
132 void DeregisterObserver(std::shared_ptr<HidHostObserver> observer) in DeregisterObserver()
178 int SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy) in SetConnectStrategy()
194 int32_t profileRegisterId = 0;
196 BluetoothObserverList<HidHostObserver> observers_;
197 sptr<HidHostInnerObserver> innerObserver_;
[all …]
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf_impl_raw.c37 #define SBUF_RAW_CAST(impl) (struct HdfSBufRaw *)(impl) argument
51 static void SbufRawImplRecycle(struct HdfSBufImpl *impl) in SbufRawImplRecycle()
106 static const uint8_t *SbufRawImplGetData(const struct HdfSBufImpl *impl) in SbufRawImplGetData()
116 static void SbufRawImplSetDataSize(struct HdfSBufImpl *impl, size_t size) in SbufRawImplSetDataSize()
128 static void SbufRawImplFlush(struct HdfSBufImpl *impl) in SbufRawImplFlush()
137 static size_t SbufRawImplGetCapacity(const struct HdfSBufImpl *impl) in SbufRawImplGetCapacity()
143 static size_t SbufRawImplGetDataSize(const struct HdfSBufImpl *impl) in SbufRawImplGetDataSize()
288 static bool SbufRawImplWriteInt8(struct HdfSBufImpl *impl, int8_t value) in SbufRawImplWriteInt8()
396 static const char *SbufRawImplReadString(struct HdfSBufImpl *impl) in SbufRawImplReadString()
446 static struct HdfSBufImpl *SbufRawImplMove(struct HdfSBufImpl *impl) in SbufRawImplMove()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp71 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
95 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
119 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
140 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
165 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
193 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
221 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
249 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
279 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
307 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp26 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in Create() local
36 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in Dispose() local
47 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in SetContent() local
56 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in RemoveContent() local
65 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in SetContentAlignment() local
75 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in ResetContentAlignment() local
84 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in SetModalMode() local
93 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in SetAutoCancel() local
102 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in SetMask() local
116 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in SetBackgroundColor() local
[all …]
H A Dnode_utils.cpp38 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetLayoutSize() local
51 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetLayoutPosition() local
64 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetLayoutPositionInWindow() local
78 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetLayoutPositionInScreen() local
92 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetPositionWithTranslateInWindow() local
107 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_NodeUtils_GetPositionWithTranslateInScreen() local
123 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_RegisterSystemColorModeChangeEvent() local
135 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_UnregisterSystemColorModeChangeEvent() local
145 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_RegisterSystemFontStyleChangeEvent() local
157 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_UnregisterSystemFontStyleChangeEvent() local
[all …]
H A Danimate_impl.cpp28 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in AnimateTo() local
69 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in KeyframeAnimateTo() local
162 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in CreateAnimator() local
175 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in DisposeAnimator() local
194 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in AnimatorReset() local
216 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in AnimatorPlay() local
226 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in AnimatorFinish() local
236 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in AnimatorPause() local
246 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in AnimatorCancel() local
256 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in AnimatorReverse() local
[all …]
H A Dnode_extened.cpp97 const auto* impl = GetFullImpl(); in RegisterNodeCustomEvent() local
129 const auto* impl = GetFullImpl(); in UnregisterNodeCustomEvent() local
254 const auto* impl = GetFullImpl(); in SetMeasuredSize() local
265 const auto* impl = GetFullImpl(); in SetLayoutPosition() local
276 const auto* impl = GetFullImpl(); in GetLayoutConstraint() local
301 const auto* impl = GetFullImpl(); in GetMeasuredSize() local
313 const auto* impl = GetFullImpl(); in GetLayoutPosition() local
324 const auto* impl = GetFullImpl(); in MeasureNode() local
348 const auto* impl = GetFullImpl(); in LayoutNode() local
364 const auto* impl = GetFullImpl(); in GetTotalChildCount() local
[all …]
/ohos5.0/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_manager_lite_proxy_test.cpp62 sptr<IRemoteObject> impl = variable
85 sptr<IRemoteObject> impl = variable
108 sptr<IRemoteObject> impl = variable
124 sptr<IRemoteObject> impl = variable
147 sptr<IRemoteObject> impl = variable
169 sptr<IRemoteObject> impl = variable
185 sptr<IRemoteObject> impl = variable
212 sptr<IRemoteObject> impl = variable
240 sptr<IRemoteObject> impl = variable
268 sptr<IRemoteObject> impl = variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dextension_handler.h60 void SetInnerMeasureImpl(std::function<void(const ExtensionLayoutConstraint&)>&& impl) in SetInnerMeasureImpl()
65 void SetInnerLayoutImpl(std::function<void(int32_t, int32_t, int32_t, int32_t)>&& impl) in SetInnerLayoutImpl() argument
70 void SetInnerDrawImpl(std::function<void(DrawingContext& Context)>&& impl) in SetInnerDrawImpl()
75 void SetInnerForegroundDrawImpl(std::function<void(DrawingContext& Context)>&& impl) in SetInnerForegroundDrawImpl()
80 void SetInnerOverlayDrawImpl(std::function<void(DrawingContext& Context)>&& impl) in SetInnerOverlayDrawImpl()
91 void SetInvalidateRenderImpl(std::function<void()>&& impl) in SetInvalidateRenderImpl()
96 void SetOverlayRenderImpl(std::function<void()>&& impl) in SetOverlayRenderImpl()
101 void SetForeGroundRenderImpl(std::function<void()>&& impl) in SetForeGroundRenderImpl()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c41 static int32_t StartV1Session(SessionImpl *impl, CJson **sendMsg) in StartV1Session()
75 SessionImpl *impl = (SessionImpl *)self; in DestroySession() local
133 static int32_t SendJsonMsg(const SessionImpl *impl, const CJson *sendMsg) in SendJsonMsg()
146 static int32_t SendSessionMsg(SessionImpl *impl, CJson *sessionMsg) in SendSessionMsg()
167 static int32_t ProcEventList(SessionImpl *impl) in ProcEventList()
193 static int32_t AddSessionInfo(SessionImpl *impl, CJson *sendMsg) in AddSessionInfo()
202 static int32_t StartV2Session(SessionImpl *impl, CJson *sendMsg) in StartV2Session()
300 SessionImpl *impl = (SessionImpl *)self; in StartSession() local
576 static char *GetSessionReturnData(const SessionImpl *impl) in GetSessionReturnData()
602 static void OnDevSessionFinish(const SessionImpl *impl) in OnDevSessionFinish()
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dextension_impl_test.cpp74 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
95 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
119 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
140 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
163 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
184 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
207 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
230 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
249 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
263 auto impl = std::make_shared<AbilityRuntime::ExtensionImpl>(); variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_extend_resource_manager_test/
H A Dbms_extend_resource_manager_test.cpp173 ExtendResourceManagerHostImpl impl; variable
204 ExtendResourceManagerHostImpl impl; variable
222 ExtendResourceManagerHostImpl impl; variable
235 ExtendResourceManagerHostImpl impl; variable
259 ExtendResourceManagerHostImpl impl; variable
274 ExtendResourceManagerHostImpl impl; variable
291 ExtendResourceManagerHostImpl impl; variable
312 ExtendResourceManagerHostImpl impl; variable
327 ExtendResourceManagerHostImpl impl; variable
351 ExtendResourceManagerHostImpl impl; variable
[all …]
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c179 static int32_t NetDevInit(struct NetDeviceImpl *impl) in NetDevInit()
204 static int32_t NetDevDeInit(struct NetDeviceImpl *impl) in NetDevDeInit()
222 static int32_t NetDevAdd(struct NetDeviceImpl *impl) in NetDevAdd()
251 static int32_t NetDevDelete(struct NetDeviceImpl *impl) in NetDevDelete()
309 static void NetDevStartQueue(struct NetDeviceImpl *impl) in NetDevStartQueue()
318 static void NetDevDisableTx(struct NetDeviceImpl *impl) in NetDevDisableTx()
325 static void NetDevSetDev(struct NetDeviceImpl *impl, struct device *dev) in NetDevSetDev()
332 static void NetDevWakeQueue(struct NetDeviceImpl *impl) in NetDevWakeQueue()
351 static int32_t NetDevSetStatus(struct NetDeviceImpl *impl, in NetDevSetStatus()
386 static int32_t NetDevReceive(struct NetDeviceImpl *impl, in NetDevReceive()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_pan_server.cpp52 struct BluetoothPanServer::impl { struct in OHOS::Bluetooth::BluetoothPanServer
58 std::unique_ptr<SystemStateObserver> systemStateObserver_ = nullptr;
60 RemoteObserverList<IBluetoothPanObserver> observers_;
61 std::unique_ptr<BluetoothPanCallback> observerImp_ = std::make_unique<BluetoothPanCallback>();
62 IProfilePan *panService_ = nullptr;
63 std::vector<sptr<IBluetoothPanObserver>> advCallBack_;
64 std::mutex advCallBackMutex;
66 IProfilePan *GetServicePtr() in GetServicePtr()
100 BluetoothPanServer::impl::impl() in impl() function in OHOS::Bluetooth::BluetoothPanServer::impl
H A Dbluetooth_avrcp_tg_server.cpp32 struct BluetoothAvrcpTgServer::impl { struct in OHOS::Bluetooth::BluetoothAvrcpTgServer
34 class SysStsObserverImpl : public ISystemStateObserver {
61 impl() in impl() argument
76 ~impl() in ~impl()
92 bool IsEnabled() in IsEnabled()
102 void OnSystemStateChange(const BTSystemState state) in OnSystemStateChange()
141 std::mutex serviceMutex_;
142 IProfileAvrcpTg *service_;
144 std::mutex observerMutex_;
147 std::unique_ptr<ObserverImpl> observer_;
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/
H A Dbms_bundle_verifymanager_test.cpp117 VerifyManagerHostImpl impl; variable
134 VerifyManagerHostImpl impl; variable
151 VerifyManagerHostImpl impl; variable
182 VerifyManagerHostImpl impl; variable
210 VerifyManagerHostImpl impl; variable
231 VerifyManagerHostImpl impl; variable
245 VerifyManagerHostImpl impl; variable
259 VerifyManagerHostImpl impl; variable
273 VerifyManagerHostImpl impl; variable
299 VerifyManagerHostImpl impl; variable
[all …]
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_agent_proxy_test.cpp63 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
89 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
112 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
136 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
162 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
188 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
213 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
238 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
264 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
289 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
[all …]
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.cpp80 static ArkWebRefPtr<ArkOhosAdapterHelper> impl = new ArkOhosAdapterHelperImpl(instance); in GetInstance() local
159 static ArkWebRefPtr<ArkOhosWebPermissionDataBaseAdapter> impl = in GetWebPermissionDataBaseInstance() local
195 static ArkWebRefPtr<ArkVSyncAdapter> impl = new ArkVSyncAdapterImpl(instance); in GetVSyncAdapter() local
209 static ArkWebRefPtr<ArkKeystoreAdapter> impl = new ArkKeystoreAdapterImpl(instance); in GetKeystoreAdapterInstance() local
216 static ArkWebRefPtr<ArkEnterpriseDeviceManagementAdapter> impl = in GetEnterpriseDeviceManagementInstance() local
224 static ArkWebRefPtr<ArkDatashareAdapter> impl = new ArkDatashareAdapterImpl(instance); in GetDatashareInstance() local
245 static ArkWebRefPtr<ArkAccessTokenAdapter> impl = new ArkAccessTokenAdapterImpl(instance); in GetAccessTokenAdapterInstance() local
280 static ArkWebRefPtr<ArkWindowAdapter> impl = new ArkWindowAdapterImpl(instance); in GetWindowAdapterInstance() local
287 static ArkWebRefPtr<ArkHiSysEventAdapter> impl = new ArkHiSysEventAdapterImpl(instance); in GetHiSysEventAdapterInstance() local
294 static ArkWebRefPtr<ArkHiTraceAdapter> impl = new ArkHiTraceAdapterImpl(instance); in GetHiTraceAdapterInstance() local
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_app_control_test.cpp727 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
744 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
760 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
777 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
794 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
810 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
826 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
841 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
855 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
870 auto impl = std::make_shared<AppControlManagerHostImpl>(); variable
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp191 const sptr<IRemoteObject> impl; variable
207 const sptr<IRemoteObject> impl; variable
226 const sptr<IRemoteObject> impl; variable
245 const sptr<IRemoteObject> impl; variable
268 const sptr<IRemoteObject> impl; variable
289 const sptr<IRemoteObject> impl; variable
306 const sptr<IRemoteObject> impl; variable
325 const sptr<IRemoteObject> impl; variable
344 const sptr<IRemoteObject> impl; variable
546 sptr<IRemoteObject> impl; variable
[all …]
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp68 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
97 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
120 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
143 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
167 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
189 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
211 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
234 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
256 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
278 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable
[all …]

12345678910>>...39