Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h189 std::vector<panda::HmsMap> GetSystemKitsMap(uint32_t version);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp747 std::vector<panda::HmsMap> systemKitsMap = GetSystemKitsMap(apiTargetVersion_); in Initialize()
1587 std::vector<panda::HmsMap> JsRuntime::GetSystemKitsMap(uint32_t version) in GetSystemKitsMap() function in OHOS::AbilityRuntime::JsRuntime