Home
last modified time | relevance | path

Searched refs:CheckUnregParams (Results 1 - 10 of 10) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub_test.cpp458 bool result = stubPtr->CheckUnregParams("devId", "dhId", "reqId"); in HWTEST_F()
473 result = stubPtr->CheckUnregParams("", "dhId", "reqId"); in HWTEST_F()
475 result = stubPtr->CheckUnregParams("devId", "", "reqId"); in HWTEST_F()
477 result = stubPtr->CheckUnregParams("devId", "dhId", ""); in HWTEST_F()
493 result = stubPtr->CheckUnregParams(exceedDidMaxSizeStr, "dhId", "reqId"); in HWTEST_F()
495 result = stubPtr->CheckUnregParams("devId", exceedDidMaxSizeStr, "reqId"); in HWTEST_F()
497 result = stubPtr->CheckUnregParams("devId", "dhId", exceedDidMaxSizeStr); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H A Ddistributed_camera_source_stub.h40 bool CheckUnregParams(const std::string& devId, const std::string& dhId, const std::string& reqId);
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/
H A Ddistributed_camera_source_proxy.cpp141 if (!CheckUnregParams(devId, dhId, reqId)) { in UnregisterDistributedHardware()
168 bool DistributedCameraSourceProxy::CheckUnregParams(const std::string& devId, const std::string& dhId, in CheckUnregParams() function in OHOS::DistributedHardware::DistributedCameraSourceProxy
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_stub.cpp197 if (!CheckUnregParams(devId, dhId, reqId)) { in UnregisterDistributedHardwareInner()
208 bool DistributedCameraSourceStub::CheckUnregParams(const std::string& devId, const std::string& dhId, in CheckUnregParams() function in OHOS::DistributedHardware::DistributedCameraSourceStub
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/include/
H A Ddistributed_camera_source_proxy.h48 bool CheckUnregParams(const std::string& devId, const std::string& dhId, const std::string& reqId);
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/
H A Ddscreen_source_proxy.h52 bool CheckUnregParams(const std::string &devId, const std::string &dhId, const std::string &reqId) const;
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/
H A Ddscreen_source_stub.h47 bool CheckUnregParams(const std::string &devId, const std::string &dhId, const std::string &reqId) const;
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcestub_fuzzer/
H A Ddscreensourcestub_fuzzer.cpp87 sourceStubPtr->CheckUnregParams(devId, dhId, reqId); in DscreenSourceStubFuzzTest()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_proxy.cpp117 if (!CheckUnregParams(devId, dhId, reqId)) { in UnregisterDistributedHardware()
225 bool DScreenSourceProxy::CheckUnregParams(const std::string &devId, in CheckUnregParams() function in OHOS::DistributedHardware::DScreenSourceProxy
229 DHLOGE("DScreenSourceProxy CheckUnregParams devId or dhId is invalid."); in CheckUnregParams()
233 DHLOGE("DScreenSourceProxy CheckUnregParams reqId is invalid."); in CheckUnregParams()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub.cpp150 if (!CheckUnregParams(devId, dhId, reqId)) { in UnregisterDistributedHardwareInner()
214 bool DScreenSourceStub::CheckUnregParams(const std::string &devId, in CheckUnregParams() function in OHOS::DistributedHardware::DScreenSourceStub
218 DHLOGE("DScreenSourceStub CheckUnregParams devId or dhId is invalid."); in CheckUnregParams()
222 DHLOGE("DScreenSourceStub CheckUnregParams reqId is invalid."); in CheckUnregParams()

Completed in 5 milliseconds