Home
last modified time | relevance | path

Searched refs:CheckRegParams (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.cpp397 bool result = stubPtr->CheckRegParams("devId", "dhId", "version", "attrs", "reqId");
412 result = stubPtr->CheckRegParams("", "dhId", "version", "attrs", "reqId");
414 result = stubPtr->CheckRegParams("devId", "", "version", "attrs", "reqId");
416 result = stubPtr->CheckRegParams("devId", "dhId", "", "attrs", "reqId");
418 result = stubPtr->CheckRegParams("devId", "dhId", "version", "", "reqId");
420 result = stubPtr->CheckRegParams("devId", "dhId", "version", "attrs", "");
437 result = stubPtr->CheckRegParams(exceedDidMaxSizeStr, "dhId", "version", "attrs", "reqId");
439 result = stubPtr->CheckRegParams("devId", exceedDidMaxSizeStr, "version", "attrs", "reqId");
441 result = stubPtr->CheckRegParams("devId", "dhId", exceedParamMaxSizeStr, "attrs", "reqId");
443 result = stubPtr->CheckRegParams("devId", "dhId", "version", exceedParamMaxSizeStr, "reqId");
[all …]
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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,
/ohos5.0/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
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/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()