Home
last modified time | relevance | path

Searched refs:abilityLabel (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot_converter.cpp43 std::u16string abilityLabel; in ConvertToSnapshot() local
44 snapshot.abilityLabel_ = abilityLabel; in ConvertToSnapshot()
79 std::u16string abilityLabel; in ConvertToSnapshot() local
80 snapshot->abilityLabel_ = abilityLabel; in ConvertToSnapshot()
H A Dsnapshot.cpp105 std::u16string abilityLabel = data.ReadString16(); in FillSnapshot() local
125 snapShot->abilityLabel_ = abilityLabel; in FillSnapshot()
224 PARCEL_WRITE_HELPER_RET(parcel, String16, abilityLabel_, false); // for abilityLabel in WriteSnapshotInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_manager_test/
H A Dbms_bundle_resource_manager_test.cpp238 std::string abilityLabel = dataMgr->GetStringById( in HWTEST_F() local
240 EXPECT_EQ(abilityLabel, ABILITY_LABEL); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h180 std::string abilityLabel; member
385 std::string abilityLabel; member
H A Dbundle_mgr.cpp4458 env, napi_create_string_utf8(env, asyncCallbackInfo->abilityLabel.c_str(), NAPI_AUTO_LENGTH, &result)); in GetAbilityLabelPromiseComplete()
4477 asyncCallbackInfo->abilityLabel = in GetAbilityLabelExecute()
4480 if (asyncCallbackInfo->abilityLabel == "") { in GetAbilityLabelExecute()
4501 NAPI_CALL_RETURN_VOID(env, napi_create_string_utf8(env, asyncCallbackInfo->abilityLabel.c_str(), in GetAbilityLabelAsyncComplete()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager_sync.cpp581 std::string abilityLabel; in GetAbilityLabelSync() local
583 iBundleMgr->GetAbilityLabel(bundleName, moduleName, abilityName, abilityLabel)); in GetAbilityLabelSync()
592 napi_create_string_utf8(env, abilityLabel.c_str(), NAPI_AUTO_LENGTH, &nAbilityLabel); in GetAbilityLabelSync()
H A Dbundle_manager.h119 std::string abilityLabel; member
H A Dbundle_manager.cpp817 const std::string &abilityName, std::string &abilityLabel) in InnerGetAbilityLabel()
824 ErrCode ret = bundleMgr->GetAbilityLabel(bundleName, moduleName, abilityName, abilityLabel); in InnerGetAbilityLabel()
1492 asyncCallbackInfo->moduleName, asyncCallbackInfo->abilityName, asyncCallbackInfo->abilityLabel); in GetAbilityLabelExec()
1506 NAPI_CALL_RETURN_VOID(env, napi_create_string_utf8(env, asyncCallbackInfo->abilityLabel.c_str(), in GetAbilityLabelComplete()
816 InnerGetAbilityLabel(const std::string &bundleName, const std::string &moduleName, const std::string &abilityName, std::string &abilityLabel) InnerGetAbilityLabel() argument
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp2712 std::string abilityLabel = bundleMgrProxy->GetAbilityLabel(appName, abilityName); in HWTEST_F() local
2714 EXPECT_NE(abilityLabel, "EMPTY_STRING"); in HWTEST_F()
2721 if (std::strcmp(abilityLabel.c_str(), "EMPTY_STRING") == 0) { in HWTEST_F()
2761 std::string abilityLabel = bundleMgrProxy->GetAbilityLabel(errAppName, abilityName); in HWTEST_F() local
2763 EXPECT_EQ(abilityLabel, EMPTY_STRING); in HWTEST_F()
2770 if (std::strcmp(abilityLabel.c_str(), (EMPTY_STRING).c_str()) != 0) { in HWTEST_F()
2808 std::string abilityLabel = bundleMgrProxy->GetAbilityLabel(appName, errAbilityName); in HWTEST_F() local
2809 EXPECT_EQ(abilityLabel, EMPTY_STRING); in HWTEST_F()
2815 if (std::strcmp(abilityLabel.c_str(), (EMPTY_STRING).c_str()) != 0) { in HWTEST_F()
2841 std::string abilityLabel in HWTEST_F() local
2869 std::string abilityLabel = bundleMgrProxy->GetAbilityLabel(appName, abilityName); HWTEST_F() local
[all...]

Completed in 35 milliseconds