Home
last modified time | relevance | path

Searched refs:META_DATA_VALUE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp85 const std::string META_DATA_VALUE = "value"; variable
126 {META_DATA_VALUE, metadata.value}, in to_json()
275 META_DATA_VALUE, in from_json()
H A Dmodule_profile.cpp301 META_DATA_VALUE, in from_json()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dcommon_profile.h141 constexpr const char *META_DATA_VALUE = "value"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp85 const char* META_DATA_VALUE = "value"; variable
553 {META_DATA_VALUE, metadata.value}, in to_json()
710 META_DATA_VALUE, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dcommon_profile.h408 constexpr const char* META_DATA_VALUE = "value"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp310 META_DATA_VALUE, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp114 const std::string META_DATA_VALUE = "value"; variable
1101 EXPECT_EQ(info.value, META_DATA_VALUE); in CheckAbilityInfo()
1156 EXPECT_EQ(info.value, META_DATA_VALUE); in CheckAbilityInfos()