Home
last modified time | relevance | path

Searched refs:filterOpStr (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_client.cpp407 std::string filterOpStr = "XXX"; in HWTEST_F() local
410 req->SetSecondParam(filterOpStr); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp1070 std::string filterOpStr = pReq->GetSecondParam(); in ON_IPC_SET_REQUEST() local
1079 if (!data.WriteString(filterOpStr)) { in ON_IPC_SET_REQUEST()
1127 std::string filterOpStr = pReq->GetSecondParam(); in ON_IPC_SET_REQUEST() local
1136 if (!data.WriteString(filterOpStr)) { in ON_IPC_SET_REQUEST()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp942 std::string filterOpStr = data.ReadString(); in ON_IPC_CMD() local
946 ParseMapFromJsonString(filterOpStr, filterOptions); in ON_IPC_CMD()
973 std::string filterOpStr = data.ReadString(); in ON_IPC_CMD() local
977 ParseMapFromJsonString(filterOpStr, filterOptions); in ON_IPC_CMD()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1665 std::string filterOpStr = ConvertMapToJsonString(filterOptions); in StartDiscovering() local
1671 req->SetSecondParam(filterOpStr); in StartDiscovering()
1744 std::string filterOpStr = ConvertMapToJsonString(filterOptions); in RegisterDiscoveryCallback() local
1750 req->SetSecondParam(filterOpStr); in RegisterDiscoveryCallback()
1957 std::string filterOpStr = ConvertMapToJsonString(filterOptions); in GetTrustedDeviceList() local
1958 return GetTrustedDeviceList(pkgName, filterOpStr, isRefresh, deviceList); in GetTrustedDeviceList()

Completed in 12 milliseconds