Home
last modified time | relevance | path

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

12

/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
Diunknown.h73 int (*QueryInterface)(IUnknown *iUnknown, int version, void **target); \
98 .QueryInterface = IUNKNOWN_QueryInterface, \
155 int (*QueryInterface)(IUnknown *iUnknown, int version, void **target); member
/foundation/window/window_manager_lite/frameworks/wms/
Dlite_wms_client.cpp44 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void**)&proxy_); in InitLiteWMSClient()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
Dwms_client.cpp43 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)(&wmsProxy)); in WaitUntilWmsReady()
Dbundlems_client.cpp33 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **) &bmsServerProxy_); in Initialize()
Dapp_spawn_client.cpp49 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)(&spawnClient_)); in Initialize()
/foundation/multimedia/camera_lite/frameworks/
Dcamera_client.cpp47 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy_); in InitCameraClient()
/foundation/systemabilitymgr/samgr_lite/samgr/source/
Dfeature_impl.h43 return (iUnknown == NULL || iUnknown->QueryInterface == NULL || iUnknown->AddRef == NULL || in IsInvalidIUnknown()
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
Dabilityms_client.cpp47 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&amsProxy_); in Initialize()
/foundation/communication/dsoftbus/sdk/frame/small/src/
Dsoftbus_server_proxy.c57 int32_t ret = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientProxy); in GetServerProxy()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/
Dabilityms_helper.cpp133 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **) &bmsServerProxy); in CheckVisiblePermission()
/foundation/window/window_manager_lite/frameworks/ims/
Dinput_event_listener_proxy.cpp45 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy_); in GetIClientProxy()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
Dipc_client_server_proxy.cpp67 if (iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientProxy) != DM_OK || in GetServerProxy()
/foundation/communication/ipc/ipc/test/ipc/client/
Dipc_test_client.c166 int32_t ret = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientProxy); in GetServerProxy()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
Dgeneral_value.h126 int32_t QueryInterface(T *&query) in QueryInterface() function
/foundation/ability/dmsfwk_lite/source/
Ddmslite_permission.c53 int32_t errCode = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **) bmsInterface); in GetBmsInterface()
/foundation/systemabilitymgr/samgr_lite/
DREADME_zh.md345 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&demoApi);
453 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&demoApi);
578 entry->iUnknown.QueryInterface = IUNKNOWN_QueryInterface;
608 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&demoApi);
DREADME.md286 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&demoApi);
394 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&demoApi);
519 entry->iUnknown.QueryInterface = IUNKNOWN_QueryInterface;
549 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&demoApi);
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
Dbundle_callback.cpp110 …int32_t result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, reinterpret_cast<void **>(&b… in TransmitServiceId()
/foundation/communication/dsoftbus/sdk/discovery/ipc/small/
Ddisc_server_proxy.c54 int32_t ret = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&g_serverProxy); in DiscServerProxyInit()
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
Dbundlems_slite_client.cpp48 (void)iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&bmsProxy_); in Initialize()
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
Dability_tool.cpp107 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&innerProxy); in RunCommand()
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
Dability_test_helper.cpp206 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&innerProxy); in GetAbilityInnerFeature()
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/
Dabilityms_slite_client.cpp44 (void)iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&amsProxy_); in Initialize()
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
Ddefault_client_rpc.c91 …if (iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy) != EC_SUCCESS || proxy =… in SAMGR_GetRemoteIdentity()
Ddefault_client.c97 …if (iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy) != EC_SUCCESS || proxy =… in SAMGR_GetRemoteIdentity()

12