Home
last modified time | relevance | path

Searched refs:KEY_BUNDLE_NAME (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dability_resident_process_rdb.cpp25 const std::string KEY_BUNDLE_NAME = "KEY_BUNDLE_NAME"; member
41 " (KEY_BUNDLE_NAME TEXT NOT NULL PRIMARY KEY," + in OnCreate()
56 valuesBucket.PutString(KEY_BUNDLE_NAME, std::get<INDEX_BUNDLE_NAME>(item)); in OnCreate()
147 absRdbPredicates.EqualTo(KEY_BUNDLE_NAME, bundleName); in VerifyConfigurationPermissions()
188 absRdbPredicates.EqualTo(KEY_BUNDLE_NAME, bundleName); in GetResidentProcessEnable()
233 absRdbPredicates.EqualTo(KEY_BUNDLE_NAME, bundleName); in UpdateResidentProcessEnable()
249 absRdbPredicates.EqualTo(KEY_BUNDLE_NAME, bundleName); in RemoveData()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinner_mission_info.cpp34 const std::string KEY_BUNDLE_NAME = "BundleName"; member
46 value[KEY_BUNDLE_NAME] = bundleName; in ToJsonStr()
92 if (!CheckJsonNode(value, KEY_BUNDLE_NAME, JsonType::STRING)) { in FromJsonStr()
95 bundleName = value[KEY_BUNDLE_NAME].get<std::string>(); in FromJsonStr()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Dcast_engine_common.h351 const std::string EXPORT KEY_BUNDLE_NAME = "bundleName"; member in OHOS::CastEngine::SubDeviceType::EventCode
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp886 if (!rootValue.isMember(KEY_BUNDLE_NAME) || !rootValue[KEY_BUNDLE_NAME].isString()) { in CheckJsonMemberType()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp886 if (!rootValue.isMember(KEY_BUNDLE_NAME) || !rootValue[KEY_BUNDLE_NAME].isString()) { in CheckJsonMemberType()
/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp71 const std::string KEY_BUNDLE_NAME = "bundleName"; member

Completed in 8 milliseconds