Home
last modified time | relevance | path

Searched refs:APPLICATION_DEVICE_ID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp65 const std::string APPLICATION_DEVICE_ID = "deviceId"; variable
191 {APPLICATION_DEVICE_ID, applicationInfo.deviceId}, in to_json()
509 APPLICATION_DEVICE_ID, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp69 const char* APPLICATION_DEVICE_ID = "deviceId"; variable
959 {APPLICATION_DEVICE_ID, applicationInfo.deviceId}, in to_json()
1095 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_DEVICE_ID, in from_json()