Searched defs:DeviceId (Results 1 – 7 of 7) sorted by relevance
31 struct DeviceId { struct34 std::string uniqueDeviceId; // udid argument38 DeviceId deviceId; argument
52 struct DeviceId { struct53 std::string deviceId;
53 struct API_EXPORT DeviceId { struct54 std::string deviceId;
598 DataQuery& DataQuery::DeviceId(const std::string &deviceId) in DeviceId() function in OHOS::DistributedKv::DataQuery
640 napi_value JsQuery::DeviceId(napi_env env, napi_callback_info info) in DeviceId() function in OHOS::DistributedData::JsQuery
721 napi_value JsQuery::DeviceId(napi_env env, napi_callback_info info) in DeviceId() function in OHOS::DistributedKVStore::JsQuery
176 std::string DeviceId = "liuuy"; variable