Home
last modified time | relevance | path

Searched defs:impl (Results 2026 - 2050 of 2125) sorted by relevance

1...<<8182838485

/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp703 sptr<IRemoteObject> impl; in HWTEST_F() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_proxy.cpp28 AppMgrProxy::AppMgrProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IAppMgr>(impl) in AppMgrProxy() argument
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_interface.h1486 virtual int32_t RegisterIAbilityManagerCollaborator(int32_t type, const sptr<IAbilityManagerCollaborator> &impl) in RegisterIAbilityManagerCollaborator() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.cpp93 auto impl = [weak = host_]() -> std::optional<EventTarget> { in CreateGetEventTargetImpl() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp726 auto impl = inspector ? inspector->GetInspectorFunctionImpl() : nullptr; in JsOnClickWithoutNGBUILD() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp34 struct ClassicAdapter::impl { struct in OHOS::bluetooth::ClassicAdapter
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp25 struct GattServerProfile::impl { struct in OHOS::bluetooth::GattServerProfile
27 impl(GattServerProfileCallback *pServerCallbackFunc, utility::Dispatcher *dispatcher, uint16_t maxMtu, in impl() function
[all...]
H A Dgatt_connection_manager.cpp51 struct GattConnectionManager::impl : public GattServiceBase { struct in OHOS::bluetooth::GattConnectionManager
376 GattConnectionManager::impl::impl() in impl() function in OHOS::bluetooth::GattConnectionManager::impl
[all...]
H A Dgatt_client_profile.cpp27 struct GattClientProfile::impl { struct in OHOS::bluetooth::GattClientProfile
39 impl(GattClientProfileCallback *pClientCallbackFunc, utility::Dispatcher *dispatcher, GattClientProfile &profile) in impl() function
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp33 struct BleCentralManagerImpl::impl { struct in OHOS::bluetooth::BleCentralManagerImpl
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp395 auto *impl = reinterpret_cast<struct AudioCallbackService *>(self); in RenderEventCallback() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp32 AudioPolicyProxy::AudioPolicyProxy(const sptr<IRemoteObject> &impl) in AudioPolicyProxy() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.cpp53 namespace impl { namespace
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_proxy.cpp95 MultimodalInputConnectProxy::MultimodalInputConnectProxy(const sptr<IRemoteObject> &impl) in MultimodalInputConnectProxy() argument
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp161 explicit DisplayManagerListener(sptr<Impl> impl) : pImpl_(impl) in DisplayManagerListener() argument
234 explicit DisplayManagerAgent(sptr<Impl> impl) : pImpl_(impl) in DisplayManagerAgent() argument
254 explicit DisplayManagerScreenshotAgent(sptr<Impl> impl) : pImpl_(impl) in DisplayManagerScreenshotAgent() argument
269 explicit DisplayManagerPrivateWindowAgent(sptr<Impl> impl) argument
284 DisplayManagerPrivateWindowListAgent(sptr<Impl> impl) DisplayManagerPrivateWindowListAgent() argument
299 DisplayManagerFoldStatusAgent(sptr<Impl> impl) DisplayManagerFoldStatusAgent() argument
314 DisplayManagerFoldAngleAgent(sptr<Impl> impl) DisplayManagerFoldAngleAgent() argument
329 DisplayManagerCaptureStatusAgent(sptr<Impl> impl) DisplayManagerCaptureStatusAgent() argument
344 DisplayManagerDisplayUpdateAgent(sptr<Impl> impl) DisplayManagerDisplayUpdateAgent() argument
360 DisplayManagerDisplayModeAgent(sptr<Impl> impl) DisplayManagerDisplayModeAgent() argument
375 DisplayManagerAvailableAreaAgent(sptr<Impl> impl) DisplayManagerAvailableAreaAgent() argument
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.cpp35 WifiDeviceProxy::WifiDeviceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IWifiDevice>(impl), in WifiDeviceProxy() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.cpp1604 WifiDeviceServiceImpl impl; in SaBasicDump() local
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_proxy.cpp1599 RegisterIAbilityManagerCollaborator(int32_t type, const sptr<AAFwk::IAbilityManagerCollaborator>& impl) RegisterIAbilityManagerCollaborator() argument
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibahci.c2446 u32 vers, cap, cap2, impl, speed; in ahci_print_info() local
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1610 const struct arm_smmu_impl *impl = cfg->smmu->impl; arm_smmu_def_domain_type() local
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c2611 u32 vers, cap, cap2, impl, speed; in ahci_print_info() local
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1551 const struct arm_smmu_impl *impl = cfg->smmu->impl; arm_smmu_def_domain_type() local
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h1271 internal::UnitTestImpl* impl() { return impl_; } in impl() function in testing::UnitTest
1272 const internal::UnitTestImpl* impl() const { return impl_; } in impl() function in testing::UnitTest
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc727 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole() local
965 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole() local
1388 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole() local
1444 UnitTestImpl* const impl in Create() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java[all...]

Completed in 71 milliseconds

1...<<8182838485