/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/ |
H A D | dscreen_source_stub_test.cpp | 458 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 D | distributed_camera_source_proxy.cpp | 141 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 D | dscreen_source_proxy.cpp | 117 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 D | distributed_camera_source_stub.cpp | 197 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 D | distributed_camera_source_stub.h | 40 …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 D | dscreen_source_stub.cpp | 150 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 D | distributed_camera_source_proxy.h | 48 …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 D | dscreen_source_stub.h | 47 …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 D | dscreen_source_proxy.h | 52 …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 D | dscreensourcestub_fuzzer.cpp | 87 sourceStubPtr->CheckUnregParams(devId, dhId, reqId); in DscreenSourceStubFuzzTest()
|