Home
last modified time | relevance | path

Searched refs:CheckRegParams (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.cpp397 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 Ddistributed_camera_source_stub.h38 bool CheckRegParams(const std::string& devId, const std::string& dhId,
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/
H A Ddistributed_camera_source_proxy.cpp88 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 Ddistributed_camera_source_stub.cpp151 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 Ddistributed_camera_source_proxy.h46 bool CheckRegParams(const std::string& devId, const std::string& dhId,
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/
H A Ddscreen_source_proxy.h50 bool CheckRegParams(const std::string &devId, const std::string &dhId,
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/
H A Ddscreen_source_stub.h45 bool CheckRegParams(const std::string &devId, const std::string &dhId,
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcestub_fuzzer/
H A Ddscreensourcestub_fuzzer.cpp86 sourceStubPtr->CheckRegParams(devId, dhId, version, attrs, reqId); in DscreenSourceStubFuzzTest()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_proxy.cpp85 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 Ddscreen_source_stub.cpp126 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()

Completed in 5 milliseconds