Home
last modified time | relevance | path

Searched refs:CheckConfigParams (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub_test.cpp510 bool result = stubPtr->CheckConfigParams("devId", "dhId", "key", "value"); in HWTEST_F()
525 result = stubPtr->CheckConfigParams("", "dhId", "key", "value"); in HWTEST_F()
527 result = stubPtr->CheckConfigParams("devId", "", "key", "value"); in HWTEST_F()
529 result = stubPtr->CheckConfigParams("devId", "dhId", "", "value"); in HWTEST_F()
531 result = stubPtr->CheckConfigParams("devId", "dhId", "key", ""); in HWTEST_F()
548 result = stubPtr->CheckConfigParams(exceedDidMaxSizeStr, "dhId", "key", "value"); in HWTEST_F()
550 result = stubPtr->CheckConfigParams("devId", exceedDidMaxSizeStr, "key", "value"); in HWTEST_F()
552 result = stubPtr->CheckConfigParams("devId", "dhId", exceedParamMaxSizeStr, "value"); in HWTEST_F()
554 result = stubPtr->CheckConfigParams("devId", "dhId", "key", exceedParamMaxSizeStr); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/
H A Ddscreen_source_proxy.h53 bool CheckConfigParams(const std::string &devId, const std::string &dhId,
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/
H A Ddscreen_source_stub.h48 bool CheckConfigParams(const std::string &devId, const std::string &dhId,
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_proxy.cpp148 if (!CheckConfigParams(devId, dhId, key, value)) { in ConfigDistributedHardware()
239 bool DScreenSourceProxy::CheckConfigParams(const std::string &devId, const std::string &dhId, in CheckConfigParams() function in OHOS::DistributedHardware::DScreenSourceProxy
243 DHLOGE("DScreenSourceProxy CheckConfigParams devId or dhId is invalid."); in CheckConfigParams()
247 DHLOGE("DScreenSourceProxy CheckConfigParams key or value is invalid."); in CheckConfigParams()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub.cpp168 if (!CheckConfigParams(devId, dhId, key, value)) { in ConfigDistributedHardwareInner()
228 bool DScreenSourceStub::CheckConfigParams(const std::string &devId, const std::string &dhId, in CheckConfigParams() function in OHOS::DistributedHardware::DScreenSourceStub
232 DHLOGE("DScreenSourceStub CheckConfigParams devId or dhId is invalid."); in CheckConfigParams()
236 DHLOGE("DScreenSourceStub CheckConfigParams key or value is invalid."); in CheckConfigParams()

Completed in 4 milliseconds