/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | snapshot_converter.cpp | 43 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 D | snapshot.cpp | 105 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 D | bms_bundle_resource_manager_test.cpp | 238 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 D | bundle_mgr.h | 180 std::string abilityLabel; member 385 std::string abilityLabel; member
|
H A D | bundle_mgr.cpp | 4458 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 D | bundle_manager_sync.cpp | 581 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 D | bundle_manager.h | 119 std::string abilityLabel; member
|
H A D | bundle_manager.cpp | 817 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 D | acts_bms_kit_system_test.cpp | 2712 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...] |