/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_bind_target_req.h | 63 void SetBindParam(const std::string &bindParam) in SetBindParam()
|
H A D | ipc_bind_device_req.h | 82 void SetBindParam(const std::string &bindParam) in SetBindParam()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_auth_manager_second.cpp | 827 std::map<std::string, std::string> bindParam; variable 836 std::map<std::string, std::string> bindParam; variable 846 std::map<std::string, std::string> bindParam; variable 858 std::map<std::string, std::string> bindParam; variable 889 std::map<std::string, std::string> bindParam; variable 897 std::map<std::string, std::string> bindParam; variable 906 std::map<std::string, std::string> bindParam; variable 915 std::map<std::string, std::string> bindParam; variable 924 std::map<std::string, std::string> bindParam; variable 932 std::map<std::string, std::string> bindParam; variable [all …]
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceserviceimpl_fuzzer/ |
H A D | authenticate_device_service_impl_fuzzer.cpp | 43 std::map<std::string, std::string> bindParam; variable
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/ |
H A D | device_manager_impl_lite_m.c | 183 int BindTarget(const char *pkgName, const char *deviceId, const char *bindParam, OnBindResult cb) in BindTarget()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_impl.cpp | 1101 std::string bindParam; variable 1119 std::string bindParam; variable 1137 std::string bindParam; variable 1438 std::map<std::string, std::string> bindParam; variable
|
H A D | UTTest_device_manager_service.cpp | 1196 std::string bindParam; variable 1206 std::string bindParam; variable 1216 std::string bindParam; variable 1226 std::string bindParam; variable 1827 std::map<std::string, std::string> bindParam; variable 1836 std::map<std::string, std::string> bindParam; variable 1845 std::map<std::string, std::string> bindParam; variable
|
H A D | UTTest_device_manager_service_two.cpp | 146 std::map<std::string, std::string> bindParam; variable
|
H A D | UTTest_device_manager_impl.cpp | 593 std::string bindParam; variable 616 std::string bindParam; variable 639 std::string bindParam; variable 663 std::string bindParam; variable
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 130 const std::string &bindParam) in BindDevice() 403 const std::map<std::string, std::string> &bindParam) in BindTarget()
|
H A D | device_manager_service_impl.cpp | 185 const std::string &bindParam) in BindDevice() 630 const std::map<std::string, std::string> &bindParam) in BindTarget()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 529 std::map<std::string, std::string> bindParam; in AuthenticateDevice() local 580 const std::string &bindParam) in BindDevice() 1290 const std::map<std::string, std::string> &bindParam) in BindTarget()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 1689 const std::map<std::string, std::string> &bindParam) in BindTarget() 1773 int32_t DmAuthManager::ParseAuthType(const std::map<std::string, std::string> &bindParam, int32_t &… in ParseAuthType() 1797 std::string DmAuthManager::ParseExtraFromMap(const std::map<std::string, std::string> &bindParam) in ParseExtraFromMap()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | device_manager_impl_mock.cpp | 306 const std::string &bindParam, in BindDevice()
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | dm_native_util.cpp | 285 void JsToBindParam(const napi_env &env, const napi_value &object, std::string &bindParam, in JsToBindParam()
|
H A D | native_devicemanager_js.cpp | 1553 std::string bindParam; in BindDevOrTarget() local 2029 const std::string &bindParam, std::shared_ptr<DmNapiBindTargetCallback> callback) in BindTargetWarpper()
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 1393 const std::string &bindParam, std::shared_ptr<AuthenticateCallback> callback) in BindDevice() 1772 std::map<std::string, std::string> &bindParam, std::shared_ptr<BindTargetCallback> callback) in BindTarget()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 847 std::string bindParam = data.ReadString(); in ON_IPC_CMD() local 1033 std::map<std::string, std::string> bindParam; in ON_IPC_CMD() local
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 911 std::string bindParam = pReq->GetBindParam(); in ON_IPC_SET_REQUEST() local 1232 std::string bindParam = pReq->GetBindParam(); in ON_IPC_SET_REQUEST() local
|