| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
| D | node.h | 60 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
|
| /foundation/window/window_manager/window_scene/test/dms_unittest/ |
| D | screen_session_manager_proxy_test.cpp | 72 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable 96 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable 120 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable 141 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable 166 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable 194 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable 222 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable 250 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable 280 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable 308 …sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServicePr… variable [all …]
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| D | bluetooth_socket.cpp | 87 struct ClientSocket::impl { struct in OHOS::Bluetooth::ClientSocket 92 ~impl() in ~impl() 111 void Close() in Close() 147 uint16_t GetPacketSizeFromBuf(const uint8_t recvBuf[], int recvBufLen) const in GetPacketSizeFromBuf() 157 bool RecvSocketSignal() in RecvSocketSignal() 174 int getSecurityFlags() in getSecurityFlags() 184 std::shared_ptr<InputStream> GetInputStream() in GetInputStream() 193 std::shared_ptr<OutputStream> GetOutputStream() in GetOutputStream() 202 BluetoothRemoteDevice &GetRemoteDevice() in GetRemoteDevice() 208 bool IsConnected() in IsConnected() [all …]
|
| D | bluetooth_hfp_ag.cpp | 113 struct HandsFreeAudioGateway::impl { struct in OHOS::Bluetooth::HandsFreeAudioGateway 117 int32_t GetConnectedDevices(std::vector<BluetoothRemoteDevice>& devices) in GetConnectedDevices() 134 std::vector<BluetoothRemoteDevice> GetDevicesByStates(std::vector<int> states) in GetDevicesByStates() 155 int32_t GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) in GetDeviceState() 167 int32_t Connect(const BluetoothRemoteDevice &device) in Connect() 178 int32_t Disconnect(const BluetoothRemoteDevice &device) in Disconnect() 189 int GetScoState(const BluetoothRemoteDevice &device) in GetScoState() 199 int32_t ConnectSco(uint8_t callType) in ConnectSco() 206 int32_t DisconnectSco(uint8_t callType) in DisconnectSco() 213 bool ConnectSco() in ConnectSco() [all …]
|
| D | bluetooth_hid_host.cpp | 63 struct HidHost::impl { struct in OHOS::Bluetooth::HidHost 67 int32_t GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice>& result) in GetDevicesByStates() 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() 138 void HidHostVCUnplug(std::string device, uint8_t id, uint16_t size, uint8_t type) in HidHostVCUnplug() 148 void HidHostSendData(std::string device, uint8_t id, uint16_t size, uint8_t type) in HidHostSendData() 158 void HidHostSetReport(std::string device, uint8_t type, std::string &report) in HidHostSetReport() [all …]
|
| D | bluetooth_pan.cpp | 61 struct Pan::impl { struct in OHOS::Bluetooth::Pan 65 int32_t GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice>& result) in GetDevicesByStates() 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_; [all …]
|
| D | bluetooth_hfp_hf.cpp | 157 struct HandsFreeUnit::impl { struct in OHOS::Bluetooth::HandsFreeUnit 161 bool ConnectSco(const BluetoothRemoteDevice &device) in ConnectSco() 171 bool DisconnectSco(const BluetoothRemoteDevice &device) in DisconnectSco() 181 std::vector<BluetoothRemoteDevice> GetDevicesByStates(std::vector<int> states) in GetDevicesByStates() 202 int GetDeviceState(const BluetoothRemoteDevice &device) in GetDeviceState() 212 int GetScoState(const BluetoothRemoteDevice &device) in GetScoState() 222 bool SendDTMFTone(const BluetoothRemoteDevice &device, uint8_t code) in SendDTMFTone() 232 bool Connect(const BluetoothRemoteDevice &device) in Connect() 245 bool Disconnect(const BluetoothRemoteDevice &device) in Disconnect() 256 bool OpenVoiceRecognition(const BluetoothRemoteDevice &device) in OpenVoiceRecognition() [all …]
|
| D | bluetooth_gatt_manager.cpp | 48 struct GattManager::impl { struct in OHOS::Bluetooth::GattManager 50 impl() in impl() function 56 ~impl() {}; in ~impl() 59 sptr<BluetoothGattClientProxy> clientProxy_;
|
| /foundation/window/window_manager/dm_lite/test/unittest/ |
| D | display_manager_lite_proxy_test.cpp | 62 sptr<IRemoteObject> impl = variable 85 sptr<IRemoteObject> impl = variable 108 sptr<IRemoteObject> impl = variable 124 sptr<IRemoteObject> impl = variable 147 sptr<IRemoteObject> impl = variable 162 sptr<IRemoteObject> impl = variable 178 sptr<IRemoteObject> impl = variable 205 sptr<IRemoteObject> impl = variable 233 sptr<IRemoteObject> impl = variable 261 sptr<IRemoteObject> impl = variable [all …]
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| D | dialog_model.cpp | 26 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 …]
|
| D | node_utils.cpp | 38 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_RegisterDrawCallbackOnNodeHandle() local 158 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_UnregisterDrawCallbackOnNodeHandle() local [all …]
|
| D | animate_impl.cpp | 28 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 …]
|
| D | node_extened.cpp | 97 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 …]
|
| D | native_interface_focus.cpp | 25 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_FocusRequest() local 35 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_FocusClear() local 45 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_FocusActivate() local 55 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_FocusSetAutoTransfer() local 65 const auto* impl = OHOS::Ace::NodeModel::GetFullImpl(); in OH_ArkUI_FocusSetKeyProcessingMode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | extension_handler.h | 60 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()
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
| D | extension_impl_test.cpp | 74 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 …]
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_extend_resource_manager_test/ |
| D | bms_extend_resource_manager_test.cpp | 173 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 …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| D | bluetooth_avrcp_tg_server.cpp | 32 struct BluetoothAvrcpTgServer::impl { struct in OHOS::Bluetooth::BluetoothAvrcpTgServer 34 class SysStsObserverImpl : public ISystemStateObserver { 36 explicit SysStsObserverImpl(BluetoothAvrcpTgServer::impl *impl) : impl_(impl) {} in SysStsObserverImpl() 47 class ObserverImpl : public IProfileAvrcpTg::IObserver { 49 explicit ObserverImpl(BluetoothAvrcpTgServer::impl *impl) : impl_(impl) {} in ObserverImpl() 61 impl() in impl() argument 76 ~impl() in ~impl() 92 bool IsEnabled() in IsEnabled() 102 void OnSystemStateChange(const BTSystemState state) in OnSystemStateChange() 130 void OnConnectionStateChanged(const RawAddress &rawAddr, int state) in OnConnectionStateChanged() [all …]
|
| D | bluetooth_pan_server.cpp | 52 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
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/ |
| D | bms_bundle_verifymanager_test.cpp | 117 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 …]
|
| /foundation/window/window_manager/wm/test/unittest/ |
| D | window_manager_agent_proxy_test.cpp | 63 …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 …]
|
| /foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/ |
| D | fms_form_bms_helper_test.cpp | 78 explicit MockBundleMgrProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBundleMgr>(impl) in MockBundleMgrProxy() 191 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 [all …]
|
| /foundation/window/window_manager/dm/test/unittest/ |
| D | display_manager_agent_proxy_test.cpp | 68 …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 …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
| D | power_device.cpp | 28 struct PowerDevice::impl { struct in OHOS::bluetooth::PowerDevice 30 …impl(const RawAddress rawAddr, utility::Dispatcher &dispatcher):rawAddr_(rawAddr), dispatcher_(dis… in impl() argument 31 ~impl(){}; in ~impl() 32 const RawAddress rawAddr_; 33 utility::Dispatcher &dispatcher_; 34 std::map<std::string, RequestStatus> requestPower_ {}; 35 std::unique_ptr<PowerStateMachine> psm_ = nullptr; 36 std::pair<PowerSsrLevel, PowerModeLevel> requestPowerLevel_ = 38 std::pair<PowerSsrLevel, PowerModeLevel> controlPowerLevel_ = 40 int controlPowerMode_ {}; [all …]
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
| D | bms_bundle_app_control_test.cpp | 727 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 …]
|