Home
last modified time | relevance | path

Searched refs:QueryInterface (Results 1 – 25 of 64) sorted by relevance

123

/ohos5.0/base/powermgr/power_manager/utils/intf_wrapper/src/
H A Dpower_ext_intf_wrapper.cpp44 void* funcPtr = intfLoader_.QueryInterface("GetRebootCommand"); in GetRebootCommand()
55 void* funcPtr = intfLoader_.QueryInterface("SubscribeScreenLockCommonEvent"); in SubscribeScreenLockCommonEvent()
66 void* funcPtr = intfLoader_.QueryInterface("UnSubscribeScreenLockCommonEvent"); in UnSubscribeScreenLockCommonEvent()
77 void* funcPtr = intfLoader_.QueryInterface("BlockHibernateUntilScrLckReady"); in BlockHibernateUntilScrLckReady()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Diunknown.h73 int (*QueryInterface)(IUnknown *iUnknown, int version, void **target); \
98 .QueryInterface = IUNKNOWN_QueryInterface, \
155 int (*QueryInterface)(IUnknown *iUnknown, int version, void **target); member
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_screen_saver.c55 entry->iUnknown.QueryInterface = IUNKNOWN_QueryInterface; in CreatClient()
88 int ret = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&g_intf); in GetScreenSaverProxyInterface()
H A Dpower_manage.c60 entry->iUnknown.QueryInterface = IUNKNOWN_QueryInterface; in CreatClient()
99 int ret = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&g_intf); in GetPowerManageProxyInterface()
/ohos5.0/base/security/permission_lite/services/pms_client/
H A Dperm_client.c100 entry->iUnknown.QueryInterface = IUNKNOWN_QueryInterface; in CreatClient()
127 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientApi); in GetClientApi()
159 entry->iUnknown.QueryInterface = IUNKNOWN_QueryInterface; in CreatInnerClient()
190 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientApi); in GetInnerClientApi()
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/small/
H A Ddevice_security_level_proxy.c115 entry->iUnknown.QueryInterface = IUNKNOWN_QueryInterface; in DslmCreatClient()
141 int32_t ret = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy); in GetClientProxy()
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wms_client.cpp44 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void**)&proxy_); in InitLiteWMSClient()
/ohos5.0/base/powermgr/power_manager/utils/lib_loader/include/
H A Dinterface_loader.h32 void* QueryInterface(const std::string& symbol) const;
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dwms_client.cpp43 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)(&wmsProxy)); in WaitUntilWmsReady()
H A Dbundlems_client.cpp33 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **) &bmsServerProxy_); in Initialize()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_client.cpp47 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy_); in InitCameraClient()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dfeature_impl.h43 return (iUnknown == NULL || iUnknown->QueryInterface == NULL || iUnknown->AddRef == NULL || in IsInvalidIUnknown()
/ohos5.0/base/powermgr/power_manager/utils/lib_loader/src/
H A Dinterface_loader.cpp58 void* InterfaceLoader::QueryInterface(const std::string& symbol) const in QueryInterface() function in OHOS::PowerMgr::InterfaceLoader
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/mini/
H A Ddevice_security_level_inner.c36 int32_t result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&api); in GetInnerApi()
/ohos5.0/base/security/permission_lite/services/unittest/pms/src/
H A Dacts_pms_check_test.cpp102 iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&g_interface); in SetUpTestCase()
/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dabilityms_client.cpp47 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&amsProxy_); in Initialize()
/ohos5.0/base/powermgr/battery_lite/frameworks/native/src/small/
H A Dbattery_framework.c192 entry->iUnknown.QueryInterface = IUNKNOWN_QueryInterface; in CreatClient()
233 int ret = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&g_intf); in GetBatteryInterface()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_server_proxy.c57 int32_t ret = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientProxy); in GetServerProxy()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/
H A Dabilityms_helper.cpp133 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **) &bmsServerProxy); in CheckVisiblePermission()
/ohos5.0/foundation/window/window_manager_lite/frameworks/ims/
H A Dinput_event_listener_proxy.cpp45 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy_); in GetIClientProxy()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_server_proxy.cpp67 if (iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientProxy) != DM_OK || in GetServerProxy()
/ohos5.0/base/powermgr/battery_lite/frameworks/native/src/mini/
H A Dbattery_framework.c38 int ret = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&g_intf); in GetBatteryInterface()
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/mini/
H A Dpower_manage.c46 int ret = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&g_intf); in GetPowerManageInterface()
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_service.c136 hiviewDefApi->QueryInterface(hiviewDefApi, 0, (void **)&hiviewInfterface); in HiviewSendMessage()
/ohos5.0/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent_client.c27 int32_t result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&sensor); in GetServiceProxy()

123