Home
last modified time | relevance | path

Searched refs:hostAbility (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dshortcut_info.cpp32 const char* JSON_KEY_BUNDLE_HOST_ABILITY = "hostAbility";
62 hostAbility = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
110 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hostAbility)); in Marshalling()
153 {JSON_KEY_BUNDLE_HOST_ABILITY, shortcutInfo.hostAbility}, in to_json()
228 shortcutInfo.hostAbility, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dshortcut_info.h64 std::string hostAbility; member
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutdatastoragerdb_fuzzer/
H A Dshortcutdatastoragerdb_fuzzer.cpp34 shortcutInfo.hostAbility = "hostAbility"; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp400 // wrap hostAbility in ConvertShortcutInfo()
401 napi_value hostAbility; in ConvertShortcutInfo() local
403 env, napi_create_string_utf8(env, shortcutInfo.hostAbility.c_str(), NAPI_AUTO_LENGTH, &hostAbility)); in ConvertShortcutInfo()
404 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objShortcutInfo, "hostAbility", hostAbility)); in ConvertShortcutInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp2100 // wrap hostAbility in ConvertShortCutInfo()
2101 napi_value hostAbility; in ConvertShortCutInfo() local
2103 env, napi_create_string_utf8(env, shortcutInfo.hostAbility.c_str(), NAPI_AUTO_LENGTH, &hostAbility)); in ConvertShortCutInfo()
2104 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "hostAbility", hostAbility)); in ConvertShortCutInfo()
2469 // parse hostAbility in ParseShortCutInfo()
2470 napi_get_named_property(env, param, "hostAbility", &prop); in ParseShortCutInfo()
2471 std::string hostAbility; in ParseShortCutInfo() local
2472 if (!ParseString(env, prop, hostAbility)) { in ParseShortCutInfo()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp171 const std::string SHORTCUT_HOST_ABILITY = "hostAbility";
823 shortcutInfos.hostAbility = SHORTCUT_HOST_ABILITY; in MockShortcutInfo()
1393 EXPECT_EQ(shortcutInfo.hostAbility, SHORTCUT_HOST_ABILITY); in CheckShortcutInfoTest()
1432 EXPECT_EQ(shortcutInfo.hostAbility, SHORTCUT_HOST_ABILITY); in CheckShortcutInfoDemo()
10645 EXPECT_EQ(result.hostAbility, SHORTCUT_HOST_ABILITY); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp137 const std::string SHORTCUT_HOST_ABILITY = "hostAbility";
701 shortcutInfos.hostAbility = SHORTCUT_HOST_ABILITY; in MockShortcutInfo()
901 shortcutInfos.hostAbility = "hostAbility"; in InitShortcutInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp140 shortcutInfos.hostAbility = "hostAbility"; in InitShortcutInfo()

Completed in 44 milliseconds