Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_client.cpp371 std::string filterOpStr = "XXX"; variable
374 req->SetSecondParam(filterOpStr);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1558 std::string filterOpStr = ConvertMapToJsonString(filterOptions); in StartDiscovering() local
1564 req->SetSecondParam(filterOpStr); in StartDiscovering()
1637 std::string filterOpStr = ConvertMapToJsonString(filterOptions); in RegisterDiscoveryCallback() local
1643 req->SetSecondParam(filterOpStr); in RegisterDiscoveryCallback()
1840 std::string filterOpStr = ConvertMapToJsonString(filterOptions); in GetTrustedDeviceList() local
1841 return GetTrustedDeviceList(pkgName, filterOpStr, isRefresh, deviceList); in GetTrustedDeviceList()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp941 std::string filterOpStr = data.ReadString(); in ON_IPC_CMD() local
945 ParseMapFromJsonString(filterOpStr, filterOptions); in ON_IPC_CMD()
972 std::string filterOpStr = data.ReadString(); in ON_IPC_CMD() local
976 ParseMapFromJsonString(filterOpStr, filterOptions); in ON_IPC_CMD()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp1066 std::string filterOpStr = pReq->GetSecondParam(); in ON_IPC_SET_REQUEST() local
1075 if (!data.WriteString(filterOpStr)) { in ON_IPC_SET_REQUEST()
1123 std::string filterOpStr = pReq->GetSecondParam(); in ON_IPC_SET_REQUEST() local
1132 if (!data.WriteString(filterOpStr)) { in ON_IPC_SET_REQUEST()