/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/ |
H A D | dscreen_source_stub_test.cpp | 397 bool result = stubPtr->CheckRegParams("devId", "dhId", "version", "attrs", "reqId"); in HWTEST_F() 412 result = stubPtr->CheckRegParams("", "dhId", "version", "attrs", "reqId"); in HWTEST_F() 414 result = stubPtr->CheckRegParams("devId", "", "version", "attrs", "reqId"); in HWTEST_F() 416 result = stubPtr->CheckRegParams("devId", "dhId", "", "attrs", "reqId"); in HWTEST_F() 418 result = stubPtr->CheckRegParams("devId", "dhId", "version", "", "reqId"); in HWTEST_F() 420 result = stubPtr->CheckRegParams("devId", "dhId", "version", "attrs", ""); in HWTEST_F() 437 result = stubPtr->CheckRegParams(exceedDidMaxSizeStr, "dhId", "version", "attrs", "reqId"); in HWTEST_F() 439 result = stubPtr->CheckRegParams("devId", exceedDidMaxSizeStr, "version", "attrs", "reqId"); in HWTEST_F() 441 result = stubPtr->CheckRegParams("devId", "dhId", exceedParamMaxSizeStr, "attrs", "reqId"); in HWTEST_F() 443 result = stubPtr->CheckRegParams("devI in HWTEST_F() [all...] |
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/ |
H A D | distributed_camera_source_stub.h | 38 bool CheckRegParams(const std::string& devId, const std::string& dhId,
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/ |
H A D | distributed_camera_source_proxy.cpp | 88 if (!CheckRegParams(devId, dhId, reqId, param)) { in RegisterDistributedHardware() 116 bool DistributedCameraSourceProxy::CheckRegParams(const std::string& devId, const std::string& dhId, in CheckRegParams() function in OHOS::DistributedHardware::DistributedCameraSourceProxy
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/ |
H A D | distributed_camera_source_stub.cpp | 151 if (!CheckRegParams(devId, dhId, reqId, params)) { in RegisterDistributedHardwareInner() 163 bool DistributedCameraSourceStub::CheckRegParams(const std::string& devId, const std::string& dhId, in CheckRegParams() function in OHOS::DistributedHardware::DistributedCameraSourceStub
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/include/ |
H A D | distributed_camera_source_proxy.h | 46 bool CheckRegParams(const std::string& devId, const std::string& dhId,
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/ |
H A D | dscreen_source_proxy.h | 50 bool CheckRegParams(const std::string &devId, const std::string &dhId,
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/ |
H A D | dscreen_source_stub.h | 45 bool CheckRegParams(const std::string &devId, const std::string &dhId,
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcestub_fuzzer/ |
H A D | dscreensourcestub_fuzzer.cpp | 86 sourceStubPtr->CheckRegParams(devId, dhId, version, attrs, reqId); in DscreenSourceStubFuzzTest()
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/ |
H A D | dscreen_source_proxy.cpp | 85 if (!CheckRegParams(devId, dhId, param, reqId)) { in RegisterDistributedHardware() 206 bool DScreenSourceProxy::CheckRegParams(const std::string &devId, const std::string &dhId, in CheckRegParams() function in OHOS::DistributedHardware::DScreenSourceProxy 210 DHLOGE("DScreenSourceProxy CheckRegParams devId or dhId is invalid."); in CheckRegParams() 214 DHLOGE("DScreenSourceProxy CheckRegParams reqId is invalid."); in CheckRegParams() 219 DHLOGE("DScreenSourceProxy CheckRegParams param is invalid."); in CheckRegParams()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/ |
H A D | dscreen_source_stub.cpp | 126 if (!CheckRegParams(devId, dhId, version, attrs, reqId)) { in RegisterDistributedHardwareInner() 196 bool DScreenSourceStub::CheckRegParams(const std::string &devId, const std::string &dhId, in CheckRegParams() function in OHOS::DistributedHardware::DScreenSourceStub 200 DHLOGE("DScreenSourceStub CheckRegParams devId or dhId is inlvalid."); in CheckRegParams() 204 DHLOGE("DScreenSourceStub CheckRegParams version or attrs is inlvalid."); in CheckRegParams() 208 DHLOGE("DScreenSourceStub CheckRegParams reqId is inlvalid."); in CheckRegParams()
|