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 D | ability_info.cpp | 85 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 D | module_profile.cpp | 301 META_DATA_VALUE, in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | common_profile.h | 141 constexpr const char *META_DATA_VALUE = "value"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | ability_info.cpp | 85 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 D | common_profile.h | 408 constexpr const char* META_DATA_VALUE = "value"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 310 META_DATA_VALUE, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 114 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()
|