Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dshortcut_info.cpp35 const char* JSON_KEY_BUNDLE_DISABLE_MESSAGE = "disableMessage";
67 disableMessage = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
115 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(disableMessage)); in Marshalling()
156 {JSON_KEY_BUNDLE_DISABLE_MESSAGE, shortcutInfo.disableMessage}, in to_json()
248 shortcutInfo.disableMessage, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dshortcut_info.h67 std::string disableMessage; member
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutdatastoragerdb_fuzzer/
H A Dshortcutdatastoragerdb_fuzzer.cpp37 shortcutInfo.disableMessage = "shortcutDisableMessage"; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp426 // wrap disableMessage in ConvertShortcutInfo()
427 napi_value disableMessage; in ConvertShortcutInfo() local
429 env, napi_create_string_utf8(env, shortcutInfo.disableMessage.c_str(), NAPI_AUTO_LENGTH, &disableMessage)); in ConvertShortcutInfo()
430 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objShortcutInfo, "disableMessage", disableMessage)); in ConvertShortcutInfo()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/
H A Djson_serializer_test.cpp344 shortcutInfo.disableMessage = "/data/accounts/account_0/applications/ohos.global.systemres"; in BenchmarkTestForShortcutInfoToJson()
362 jsonObject["disableMessage"] = "/data/accounts/account_0/applications/ohos.global.systemres"; in BenchmarkTestForShortcutInfoFromJson()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp826 shortcutInfos.disableMessage = SHORTCUT_DISABLE_MESSAGE; in MockShortcutInfo()
1396 EXPECT_EQ(shortcutInfo.disableMessage, SHORTCUT_DISABLE_MESSAGE); in CheckShortcutInfoTest()
1435 EXPECT_EQ(shortcutInfo.disableMessage, SHORTCUT_DISABLE_MESSAGE); in CheckShortcutInfoDemo()
10648 EXPECT_EQ(result.disableMessage, SHORTCUT_DISABLE_MESSAGE); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp704 shortcutInfos.disableMessage = SHORTCUT_DISABLE_MESSAGE; in MockShortcutInfo()
904 shortcutInfos.disableMessage = "shortcutDisableMessage"; in InitShortcutInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp143 shortcutInfos.disableMessage = "shortcutDisableMessage"; in InitShortcutInfo()

Completed in 40 milliseconds