Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddistributed_bundle_info.cpp35 const char* JSON_KEY_APP_ID = "appId"; variable
111 jsonObject[JSON_KEY_APP_ID] = appId; in ToString()
187 JSON_KEY_APP_ID, in FromJsonString()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bundle_info.cpp34 const std::string JSON_KEY_APP_ID = "appId"; variable
292 jsonObject[JSON_KEY_APP_ID] = appId; in ToString()
325 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, JSON_KEY_APP_ID, appId, in FromJsonString()