Searched refs:disableMessage (Results 1 - 8 of 8) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | shortcut_info.cpp | 35 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 D | shortcut_info.h | 67 std::string disableMessage; member
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutdatastoragerdb_fuzzer/ |
H A D | shortcutdatastoragerdb_fuzzer.cpp | 37 shortcutInfo.disableMessage = "shortcutDisableMessage"; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.cpp | 426 // 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 D | json_serializer_test.cpp | 344 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 D | bms_bundle_kit_service_test.cpp | 826 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 D | bms_bundle_data_mgr_test.cpp | 704 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 D | bms_data_mgr_test.cpp | 143 shortcutInfos.disableMessage = "shortcutDisableMessage"; in InitShortcutInfo()
|
Completed in 40 milliseconds