| /foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
| D | iunknown.h | 73 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/ |
| D | lite_wms_client.cpp | 44 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void**)&proxy_); in InitLiteWMSClient()
|
| /foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
| D | wms_client.cpp | 43 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)(&wmsProxy)); in WaitUntilWmsReady()
|
| D | bundlems_client.cpp | 33 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **) &bmsServerProxy_); in Initialize()
|
| D | app_spawn_client.cpp | 49 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)(&spawnClient_)); in Initialize()
|
| /foundation/multimedia/camera_lite/frameworks/ |
| D | camera_client.cpp | 47 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy_); in InitCameraClient()
|
| /foundation/systemabilitymgr/samgr_lite/samgr/source/ |
| D | feature_impl.h | 43 return (iUnknown == NULL || iUnknown->QueryInterface == NULL || iUnknown->AddRef == NULL || in IsInvalidIUnknown()
|
| /foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/ |
| D | abilityms_client.cpp | 47 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&amsProxy_); in Initialize()
|
| /foundation/communication/dsoftbus/sdk/frame/small/src/ |
| D | softbus_server_proxy.c | 57 int32_t ret = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientProxy); in GetServerProxy()
|
| /foundation/ability/ability_lite/services/abilitymgr_lite/src/util/ |
| D | abilityms_helper.cpp | 133 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **) &bmsServerProxy); in CheckVisiblePermission()
|
| /foundation/window/window_manager_lite/frameworks/ims/ |
| D | input_event_listener_proxy.cpp | 45 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy_); in GetIClientProxy()
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
| D | ipc_client_server_proxy.cpp | 67 if (iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientProxy) != DM_OK || in GetServerProxy()
|
| /foundation/communication/ipc/ipc/test/ipc/client/ |
| D | ipc_test_client.c | 166 int32_t ret = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&clientProxy); in GetServerProxy()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
| D | general_value.h | 126 int32_t QueryInterface(T *&query) in QueryInterface() function
|
| /foundation/ability/dmsfwk_lite/source/ |
| D | dmslite_permission.c | 53 int32_t errCode = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **) bmsInterface); in GetBmsInterface()
|
| /foundation/systemabilitymgr/samgr_lite/ |
| D | README_zh.md | 345 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);
|
| D | README.md | 286 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/ |
| D | bundle_callback.cpp | 110 …int32_t result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, reinterpret_cast<void **>(&b… in TransmitServiceId()
|
| /foundation/communication/dsoftbus/sdk/discovery/ipc/small/ |
| D | disc_server_proxy.c | 54 int32_t ret = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&g_serverProxy); in DiscServerProxyInit()
|
| /foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
| D | bundlems_slite_client.cpp | 48 (void)iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&bmsProxy_); in Initialize()
|
| /foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/ |
| D | ability_tool.cpp | 107 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&innerProxy); in RunCommand()
|
| /foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/ |
| D | ability_test_helper.cpp | 206 (void)iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&innerProxy); in GetAbilityInnerFeature()
|
| /foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/ |
| D | abilityms_slite_client.cpp | 44 (void)iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&amsProxy_); in Initialize()
|
| /foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
| D | default_client_rpc.c | 91 …if (iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy) != EC_SUCCESS || proxy =… in SAMGR_GetRemoteIdentity()
|
| D | default_client.c | 97 …if (iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)&proxy) != EC_SUCCESS || proxy =… in SAMGR_GetRemoteIdentity()
|