Home
last modified time | relevance | path

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

/ohos5.0/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");
473 result = stubPtr->CheckUnregParams("", "dhId", "reqId");
475 result = stubPtr->CheckUnregParams("devId", "", "reqId");
477 result = stubPtr->CheckUnregParams("devId", "dhId", "");
493 result = stubPtr->CheckUnregParams(exceedDidMaxSizeStr, "dhId", "reqId");
495 result = stubPtr->CheckUnregParams("devId", exceedDidMaxSizeStr, "reqId");
497 result = stubPtr->CheckUnregParams("devId", "dhId", exceedDidMaxSizeStr);
/ohos5.0/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& dh… in CheckUnregParams() function in OHOS::DistributedHardware::DistributedCameraSourceProxy
/ohos5.0/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
/ohos5.0/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& dhI… in CheckUnregParams() function in OHOS::DistributedHardware::DistributedCameraSourceStub
/ohos5.0/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);
/ohos5.0/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
/ohos5.0/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);
/ohos5.0/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)…
/ohos5.0/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)…
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcestub_fuzzer/
H A Ddscreensourcestub_fuzzer.cpp87 sourceStubPtr->CheckUnregParams(devId, dhId, reqId); in DscreenSourceStubFuzzTest()