Home
last modified time | relevance | path

Searched refs:pReq (Results 1 - 9 of 9) sorted by relevance

/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp79 void DeviceManagerServiceListener::SetDeviceInfo(std::shared_ptr<IpcNotifyDeviceStateReq> pReq, in SetDeviceInfo() argument
84 pReq->SetPkgName(pkgName); in SetDeviceInfo()
85 pReq->SetDeviceState(state); in SetDeviceInfo()
89 pReq->SetDeviceInfo(deviceInfo); in SetDeviceInfo()
90 pReq->SetDeviceBasicInfo(deviceBasicInfo); in SetDeviceInfo()
105 pReq->SetDeviceInfo(dmDeviceInfo); in SetDeviceInfo()
106 pReq->SetDeviceBasicInfo(dmDeviceBasicInfo); in SetDeviceInfo()
109 pReq->SetDeviceInfo(deviceInfo); in SetDeviceInfo()
110 pReq->SetDeviceBasicInfo(deviceBasicInfo); in SetDeviceInfo()
122 std::shared_ptr<IpcNotifyDeviceStateReq> pReq in ProcessDeviceStateChange() local
160 std::shared_ptr<IpcNotifyDeviceStateReq> pReq = std::make_shared<IpcNotifyDeviceStateReq>(); ProcessAppStateChange() local
222 std::shared_ptr<IpcNotifyDeviceFoundReq> pReq = std::make_shared<IpcNotifyDeviceFoundReq>(); OnDeviceFound() local
249 std::shared_ptr<IpcNotifyDiscoverResultReq> pReq = std::make_shared<IpcNotifyDiscoverResultReq>(); OnDiscoveryFailed() local
261 std::shared_ptr<IpcNotifyDiscoverResultReq> pReq = std::make_shared<IpcNotifyDiscoverResultReq>(); OnDiscoverySuccess() local
273 std::shared_ptr<IpcNotifyPublishResultReq> pReq = std::make_shared<IpcNotifyPublishResultReq>(); OnPublishResult() local
285 std::shared_ptr<IpcNotifyAuthResultReq> pReq = std::make_shared<IpcNotifyAuthResultReq>(); OnAuthResult() local
307 std::shared_ptr<IpcNotifyDMFAResultReq> pReq = std::make_shared<IpcNotifyDMFAResultReq>(); OnUiCall() local
319 std::shared_ptr<IpcNotifyCredentialReq> pReq = std::make_shared<IpcNotifyCredentialReq>(); OnCredentialResult() local
331 std::shared_ptr<IpcNotifyBindResultReq> pReq = std::make_shared<IpcNotifyBindResultReq>(); OnBindResult() local
356 std::shared_ptr<IpcNotifyBindResultReq> pReq = std::make_shared<IpcNotifyBindResultReq>(); OnUnbindResult() local
378 std::shared_ptr<IpcCreatePinHolderReq> pReq = std::make_shared<IpcCreatePinHolderReq>(); OnPinHolderCreate() local
392 std::shared_ptr<IpcDestroyPinHolderReq> pReq = std::make_shared<IpcDestroyPinHolderReq>(); OnPinHolderDestroy() local
404 std::shared_ptr<IpcNotifyPublishResultReq> pReq = std::make_shared<IpcNotifyPublishResultReq>(); OnCreateResult() local
415 std::shared_ptr<IpcNotifyPublishResultReq> pReq = std::make_shared<IpcNotifyPublishResultReq>(); OnDestroyResult() local
428 std::shared_ptr<IpcNotifyPinHolderEventReq> pReq = std::make_shared<IpcNotifyPinHolderEventReq>(); OnPinHolderEvent() local
486 std::shared_ptr<IpcNotifyDevTrustChangeReq> pReq = std::make_shared<IpcNotifyDevTrustChangeReq>(); OnDeviceTrustChange() local
498 SetDeviceScreenInfo(std::shared_ptr<IpcNotifyDeviceStateReq> pReq, const std::string &pkgName, const DmDeviceInfo &deviceInfo) SetDeviceScreenInfo() argument
521 std::shared_ptr<IpcNotifyDeviceStateReq> pReq = std::make_shared<IpcNotifyDeviceStateReq>(); OnDeviceScreenStateChange() local
529 std::shared_ptr<IpcNotifyDeviceStateReq> pReq = std::make_shared<IpcNotifyDeviceStateReq>(); OnDeviceScreenStateChange() local
559 std::shared_ptr<IpcNotifyCredentialAuthStatusReq> pReq = OnCredentialAuthStatus() local
[all...]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp151 std::shared_ptr<IpcRegisterListenerReq> pReq = std::static_pointer_cast<IpcRegisterListenerReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
152 std::string pkgName = pReq->GetPkgName(); in ON_IPC_SET_REQUEST()
153 sptr<IRemoteObject> listener = pReq->GetListener(); in ON_IPC_SET_REQUEST()
197 std::shared_ptr<IpcGetTrustDeviceReq> pReq = std::static_pointer_cast<IpcGetTrustDeviceReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
198 std::string pkgName = pReq->GetPkgName(); in ON_IPC_SET_REQUEST()
199 std::string extra = pReq->GetExtra(); in ON_IPC_SET_REQUEST()
200 bool isRefresh = pReq->GetRefresh(); in ON_IPC_SET_REQUEST()
235 std::shared_ptr<IpcGetInfoByNetWorkReq> pReq = std::static_pointer_cast<IpcGetInfoByNetWorkReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
236 std::string networkId = pReq->GetNetWorkId(); in ON_IPC_SET_REQUEST()
255 std::shared_ptr<IpcReq> pReq in ON_IPC_SET_REQUEST() local
275 std::shared_ptr<IpcGetInfoByNetWorkReq> pReq = std::static_pointer_cast<IpcGetInfoByNetWorkReq>(pBaseReq); ON_IPC_SET_REQUEST() local
297 std::shared_ptr<IpcGetInfoByNetWorkReq> pReq = std::static_pointer_cast<IpcGetInfoByNetWorkReq>(pBaseReq); ON_IPC_SET_REQUEST() local
319 std::shared_ptr<IpcStartDiscoveryReq> pReq = std::static_pointer_cast<IpcStartDiscoveryReq>(pBaseReq); ON_IPC_SET_REQUEST() local
346 std::shared_ptr<IpcStartDevDiscoveryByIdReq> pReq = std::static_pointer_cast<IpcStartDevDiscoveryByIdReq>(pBaseReq); ON_IPC_SET_REQUEST() local
373 std::shared_ptr<IpcStopDiscoveryReq> pReq = std::static_pointer_cast<IpcStopDiscoveryReq>(pBaseReq); ON_IPC_SET_REQUEST() local
399 std::shared_ptr<IpcPublishReq> pReq = std::static_pointer_cast<IpcPublishReq>(pBaseReq); ON_IPC_SET_REQUEST() local
421 std::shared_ptr<IpcUnPublishReq> pReq = std::static_pointer_cast<IpcUnPublishReq>(pBaseReq); ON_IPC_SET_REQUEST() local
447 std::shared_ptr<IpcAuthenticateDeviceReq> pReq = std::static_pointer_cast<IpcAuthenticateDeviceReq>(pBaseReq); ON_IPC_SET_REQUEST() local
485 std::shared_ptr<IpcUnAuthenticateDeviceReq> pReq = std::static_pointer_cast<IpcUnAuthenticateDeviceReq>(pBaseReq); ON_IPC_SET_REQUEST() local
508 std::shared_ptr<IpcGetOperationReq> pReq = std::static_pointer_cast<IpcGetOperationReq>(pBaseReq); ON_IPC_SET_REQUEST() local
660 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); ON_IPC_SET_REQUEST() local
688 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); ON_IPC_SET_REQUEST() local
715 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); ON_IPC_SET_REQUEST() local
749 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); ON_IPC_SET_REQUEST() local
784 std::shared_ptr<IpcReq> pReq = std::static_pointer_cast<IpcReq>(pBaseReq); ON_IPC_SET_REQUEST() local
803 std::shared_ptr<IpcReq> pReq = std::static_pointer_cast<IpcReq>(pBaseReq); ON_IPC_SET_REQUEST() local
833 std::shared_ptr<IpcNotifyEventReq> pReq = std::static_pointer_cast<IpcNotifyEventReq>(pBaseReq); ON_IPC_SET_REQUEST() local
860 std::shared_ptr<IpcGetEncryptedUuidReq> pReq = std::static_pointer_cast<IpcGetEncryptedUuidReq>(pBaseReq); ON_IPC_SET_REQUEST() local
884 std::shared_ptr<IpcGenerateEncryptedUuidReq> pReq = std::static_pointer_cast<IpcGenerateEncryptedUuidReq>(pBaseReq); ON_IPC_SET_REQUEST() local
913 std::shared_ptr<IpcBindDeviceReq> pReq = std::static_pointer_cast<IpcBindDeviceReq>(pBaseReq); ON_IPC_SET_REQUEST() local
950 std::shared_ptr<IpcUnBindDeviceReq> pReq = std::static_pointer_cast<IpcUnBindDeviceReq>(pBaseReq); ON_IPC_SET_REQUEST() local
973 std::shared_ptr<IpcGetInfoByNetWorkReq> pReq = std::static_pointer_cast<IpcGetInfoByNetWorkReq>(pBaseReq); ON_IPC_SET_REQUEST() local
995 std::shared_ptr<IpcReq> pReq = std::static_pointer_cast<IpcReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1011 std::shared_ptr<IpcReq> pReq = std::static_pointer_cast<IpcReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1027 std::shared_ptr<IpcImportAuthCodeReq> pReq = std::static_pointer_cast<IpcImportAuthCodeReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1067 std::shared_ptr<IpcCommonParamReq> pReq = std::static_pointer_cast<IpcCommonParamReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1098 std::shared_ptr<IpcCommonParamReq> pReq = std::static_pointer_cast<IpcCommonParamReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1124 std::shared_ptr<IpcCommonParamReq> pReq = std::static_pointer_cast<IpcCommonParamReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1155 std::shared_ptr<IpcCommonParamReq> pReq = std::static_pointer_cast<IpcCommonParamReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1181 std::shared_ptr<IpcCommonParamReq> pReq = std::static_pointer_cast<IpcCommonParamReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1207 std::shared_ptr<IpcCommonParamReq> pReq = std::static_pointer_cast<IpcCommonParamReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1233 std::shared_ptr<IpcBindTargetReq> pReq = std::static_pointer_cast<IpcBindTargetReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1265 std::shared_ptr<IpcBindTargetReq> pReq = std::static_pointer_cast<IpcBindTargetReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1324 std::shared_ptr<IpcReq> pReq = std::static_pointer_cast<IpcReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1341 std::shared_ptr<IpcCreatePinHolderReq> pReq = std::static_pointer_cast<IpcCreatePinHolderReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1371 std::shared_ptr<IpcDestroyPinHolderReq> pReq = std::static_pointer_cast<IpcDestroyPinHolderReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1405 std::shared_ptr<IpcCommonParamReq> pReq = std::static_pointer_cast<IpcCommonParamReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1435 std::shared_ptr<IpcCommonParamReq> pReq = std::static_pointer_cast<IpcCommonParamReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1499 std::shared_ptr<IpcAclProfileReq> pReq = std::static_pointer_cast<IpcAclProfileReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1520 std::shared_ptr<IpcGetInfoByNetWorkReq> pReq = std::static_pointer_cast<IpcGetInfoByNetWorkReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1554 std::shared_ptr<IpcAclProfileReq> pReq = std::static_pointer_cast<IpcAclProfileReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1579 std::shared_ptr<IpcPermissionReq> pReq = std::static_pointer_cast<IpcPermissionReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1599 std::shared_ptr<IpcCheckAcl> pReq = std::static_pointer_cast<IpcCheckAcl>(pBaseReq); ON_IPC_SET_REQUEST() local
1625 std::shared_ptr<IpcCheckAcl> pReq = std::static_pointer_cast<IpcCheckAcl>(pBaseReq); ON_IPC_SET_REQUEST() local
1651 std::shared_ptr<IpcReq> pReq = std::static_pointer_cast<IpcReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1694 std::shared_ptr<IpcGetDeviceScreenStatusReq> pReq = std::static_pointer_cast<IpcGetDeviceScreenStatusReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1716 std::shared_ptr<IpcGetInfoByNetWorkReq> pReq = std::static_pointer_cast<IpcGetInfoByNetWorkReq>(pBaseReq); ON_IPC_SET_REQUEST() local
[all...]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp72 std::shared_ptr<IpcRegisterListenerReq> pReq = std::static_pointer_cast<IpcRegisterListenerReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
73 std::string pkgName = pReq->GetPkgName(); in ON_IPC_SET_REQUEST()
74 SvcIdentity svcIdentity = pReq->GetSvcIdentity(); in ON_IPC_SET_REQUEST()
108 std::shared_ptr<IpcGetInfoByNetWorkReq> pReq = in ON_IPC_SET_REQUEST() local
110 std::string pkgName = pReq->GetPkgName(); in ON_IPC_SET_REQUEST()
111 std::string networkId = pReq->GetNetWorkId(); in ON_IPC_SET_REQUEST()
169 std::shared_ptr<IpcStartDevDiscoveryByIdReq> pReq = std::static_pointer_cast<IpcStartDevDiscoveryByIdReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
170 std::string pkgName = pReq->GetPkgName(); in ON_IPC_SET_REQUEST()
171 std::string extra = pReq->GetFilterOption(); in ON_IPC_SET_REQUEST()
172 uint16_t subscribeId = pReq in ON_IPC_SET_REQUEST()
189 std::shared_ptr<IpcStopDiscoveryReq> pReq = std::static_pointer_cast<IpcStopDiscoveryReq>(pBaseReq); ON_IPC_SET_REQUEST() local
207 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); ON_IPC_SET_REQUEST() local
233 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); ON_IPC_SET_REQUEST() local
259 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); ON_IPC_SET_REQUEST() local
291 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); ON_IPC_SET_REQUEST() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp127 std::shared_ptr<IpcNotifyDeviceStateReq> pReq = std::static_pointer_cast<IpcNotifyDeviceStateReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
128 std::string pkgName = pReq->GetPkgName(); in ON_IPC_SET_REQUEST()
129 int32_t deviceState = pReq->GetDeviceState(); in ON_IPC_SET_REQUEST()
130 DmDeviceInfo deviceInfo = pReq->GetDeviceInfo(); in ON_IPC_SET_REQUEST()
131 DmDeviceBasicInfo deviceBasicInfo = pReq->GetDeviceBasicInfo(); in ON_IPC_SET_REQUEST()
167 std::shared_ptr<IpcNotifyDeviceFoundReq> pReq = std::static_pointer_cast<IpcNotifyDeviceFoundReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
168 std::string pkgName = pReq->GetPkgName(); in ON_IPC_SET_REQUEST()
169 uint16_t subscribeId = pReq->GetSubscribeId(); in ON_IPC_SET_REQUEST()
170 DmDeviceInfo deviceInfo = pReq->GetDeviceInfo(); in ON_IPC_SET_REQUEST()
171 DmDeviceBasicInfo devBasicInfo = pReq in ON_IPC_SET_REQUEST()
207 std::shared_ptr<IpcNotifyDeviceDiscoveryReq> pReq = std::static_pointer_cast<IpcNotifyDeviceDiscoveryReq>(pBaseReq); ON_IPC_SET_REQUEST() local
241 std::shared_ptr<IpcNotifyDiscoverResultReq> pReq = std::static_pointer_cast<IpcNotifyDiscoverResultReq>(pBaseReq); ON_IPC_SET_REQUEST() local
275 std::shared_ptr<IpcNotifyPublishResultReq> pReq = std::static_pointer_cast<IpcNotifyPublishResultReq>(pBaseReq); ON_IPC_SET_REQUEST() local
309 std::shared_ptr<IpcNotifyAuthResultReq> pReq = std::static_pointer_cast<IpcNotifyAuthResultReq>(pBaseReq); ON_IPC_SET_REQUEST() local
355 std::shared_ptr<IpcNotifyDMFAResultReq> pReq = std::static_pointer_cast<IpcNotifyDMFAResultReq>(pBaseReq); ON_IPC_SET_REQUEST() local
778 std::shared_ptr<IpcNotifyCredentialReq> pReq = std::static_pointer_cast<IpcNotifyCredentialReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1065 std::shared_ptr<IpcNotifyBindResultReq> pReq = std::static_pointer_cast<IpcNotifyBindResultReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1110 std::shared_ptr<IpcNotifyBindResultReq> pReq = std::static_pointer_cast<IpcNotifyBindResultReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1191 std::shared_ptr<IpcCreatePinHolderReq> pReq = std::static_pointer_cast<IpcCreatePinHolderReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1231 std::shared_ptr<IpcDestroyPinHolderReq> pReq = std::static_pointer_cast<IpcDestroyPinHolderReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1266 std::shared_ptr<IpcNotifyPublishResultReq> pReq = std::static_pointer_cast<IpcNotifyPublishResultReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1296 std::shared_ptr<IpcNotifyPublishResultReq> pReq = std::static_pointer_cast<IpcNotifyPublishResultReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1352 std::shared_ptr<IpcNotifyPinHolderEventReq> pReq = std::static_pointer_cast<IpcNotifyPinHolderEventReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1479 std::shared_ptr<IpcNotifyDevTrustChangeReq> pReq = std::static_pointer_cast<IpcNotifyDevTrustChangeReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1518 std::shared_ptr<IpcNotifyDeviceStateReq> pReq = std::static_pointer_cast<IpcNotifyDeviceStateReq>(pBaseReq); ON_IPC_SET_REQUEST() local
1581 std::shared_ptr<IpcNotifyCredentialAuthStatusReq> pReq = ON_IPC_SET_REQUEST() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_cmd_parser.cpp62 std::shared_ptr<IpcNotifyDeviceStateReq> pReq = std::static_pointer_cast<IpcNotifyDeviceStateReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
63 std::string pkgName = pReq->GetPkgName(); in ON_IPC_SET_REQUEST()
64 int32_t deviceState = pReq->GetDeviceState(); in ON_IPC_SET_REQUEST()
65 DmDeviceInfo deviceInfo = pReq->GetDeviceInfo(); in ON_IPC_SET_REQUEST()
82 std::shared_ptr<IpcNotifyDeviceFoundReq> pReq = std::static_pointer_cast<IpcNotifyDeviceFoundReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
83 std::string pkgName = pReq->GetPkgName(); in ON_IPC_SET_REQUEST()
84 uint16_t subscribeId = pReq->GetSubscribeId(); in ON_IPC_SET_REQUEST()
85 DmDeviceInfo deviceInfo = pReq->GetDeviceInfo(); in ON_IPC_SET_REQUEST()
102 std::shared_ptr<IpcNotifyDiscoverResultReq> pReq = std::static_pointer_cast<IpcNotifyDiscoverResultReq>(pBaseReq); in ON_IPC_SET_REQUEST() local
103 std::string pkgName = pReq in ON_IPC_SET_REQUEST()
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_publish_manager.cpp130 std::shared_ptr<IpcNotifyPublishResultReq> pReq = in HWTEST_F() local
132 std::string ret = pReq->GetPkgName(); in HWTEST_F()
147 std::shared_ptr<IpcNotifyPublishResultReq> pReq = in HWTEST_F() local
149 std::string ret = pReq->GetPkgName(); in HWTEST_F()
H A DUTTest_dm_device_state_manager.cpp96 std::shared_ptr<IpcNotifyDeviceStateReq> pReq = in HWTEST_F() local
99 if (pReq == nullptr) { in HWTEST_F()
102 dminfo = pReq->GetDeviceInfo(); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_service.cpp1380 std::shared_ptr<IpcNotifyDeviceDiscoveryReq> pReq = std::make_shared<IpcNotifyDeviceDiscoveryReq>(); in HWTEST_F() local
1384 pReq->SetPkgName(pkgName); in HWTEST_F()
1385 pReq->SetSubscribeId(subscribeId); in HWTEST_F()
1386 pReq->SetDeviceBasicInfo(deviceBasicInfo); in HWTEST_F()
1390 ret = ptr(pReq, data); in HWTEST_F()
1399 std::shared_ptr<IpcNotifyAuthResultReq> pReq = std::make_shared<IpcNotifyAuthResultReq>(); in HWTEST_F() local
1405 pReq->SetPkgName(pkgName); in HWTEST_F()
1406 pReq->SetDeviceId(deviceId); in HWTEST_F()
1407 pReq->SetToken(token); in HWTEST_F()
1408 pReq in HWTEST_F()
1422 std::shared_ptr<IpcNotifyDMFAResultReq> pReq = std::make_shared<IpcNotifyDMFAResultReq>(); HWTEST_F() local
1439 std::shared_ptr<IpcNotifyBindResultReq> pReq = std::make_shared<IpcNotifyBindResultReq>(); HWTEST_F() local
1462 std::shared_ptr<IpcNotifyBindResultReq> pReq = std::make_shared<IpcNotifyBindResultReq>(); HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service_listener.h83 void SetDeviceInfo(std::shared_ptr<IpcNotifyDeviceStateReq> pReq, const std::string &pkgName,
90 void SetDeviceScreenInfo(std::shared_ptr<IpcNotifyDeviceStateReq> pReq, const std::string &pkgName,

Completed in 13 milliseconds