/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_unified_group_info_test.cpp | 42 info.SetKey("testKey"); in HWTEST_F() 71 info.SetKey("testKey"); in HWTEST_F() 92 info.SetKey("testKey"); in HWTEST_F()
|
H A D | notification_sorting_test.cpp | 60 rrc->SetKey("");
in HWTEST_F() 120 rrc->SetKey(key);
in HWTEST_F()
|
H A D | notification_sorting_map_test.cpp | 37 * @tc.desc: Test SetKey parameters.
111 sorting.SetKey(std::to_string(i));
in HWTEST_F() 135 rrc->SetKey(key);
in HWTEST_F() 142 * @tc.desc: Test SetKey parameters.
153 rrc->SetKey(key);
in HWTEST_F() 158 * @tc.desc: Test SetKey parameters.
175 * @tc.desc: Test SetKey parameters.
|
/base/notification/distributed_notification_service/test/fuzztest/notificationsortingmap_fuzzer/ |
H A D | notificationsortingmap_fuzzer.cpp | 29 notificationSortingMap.SetKey(stringData);
in DoSomethingInterestingWithMyAPI() 31 notificationSorting.SetKey(stringData);
in DoSomethingInterestingWithMyAPI()
|
/base/powermgr/power_manager/utils/setting/include/ |
H A D | setting_observer.h | 29 void SetKey(const std::string& key);
|
/base/powermgr/power_manager/utils/setting/src/ |
H A D | setting_observer.cpp | 30 void SettingObserver::SetKey(const std::string& key) in SetKey() function in OHOS::PowerMgr::SettingObserver
|
H A D | setting_provider.cpp | 128 observer->SetKey(key); in CreateObserver()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_sorting_map.h | 80 void SetKey(const std::string &key);
|
H A D | message_user.h | 37 void SetKey(const std::string &key);
|
H A D | notification_sorting.h | 149 void SetKey(const std::string &key);
|
H A D | notification_unified_group_Info.h | 44 void SetKey(const std::string &key);
|
/base/notification/distributed_notification_service/test/fuzztest/notificationsorting_fuzzer/ |
H A D | notificationsorting_fuzzer.cpp | 35 notificationSorting.SetKey(stringData);
in DoSomethingInterestingWithMyAPI()
|
/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | permission_policy.cpp | 177 static void SetKey(const uint8_t* originalKey, uint32_t originalKeyLen, uint8_t** key, uint32_t& keyLen) in SetKey() function 209 SetKey(key, keyLen, &aeskey_, aeskeyLen_); in SetAeskey() 225 SetKey(iv, ivLen, &iv_, ivLen_); in SetIv() 241 SetKey(key, keyLen, &hmacKey_, hmacKeyLen_); in SetHmacKey()
|
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/ |
H A D | messageuser_fuzzer.cpp | 31 // test SetKey function
in DoSomethingInterestingWithMyAPI() 32 messageUser.SetKey(key);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_sorting_map.cpp | 36 void NotificationSortingMap::SetKey(const std::string &key) in SetKey() function in OHOS::Notification::NotificationSortingMap
|
H A D | notification_unified_group_info.cpp | 32 void NotificationUnifiedGroupInfo::SetKey(const std::string &key) in SetKey() function in OHOS::Notification::NotificationUnifiedGroupInfo
|
H A D | notification_sorting.cpp | 152 void NotificationSorting::SetKey(const std::string &key) in SetKey() function in OHOS::Notification::NotificationSorting
|
H A D | message_user.cpp | 37 void MessageUser::SetKey(const std::string &key) in SetKey() function in OHOS::Notification::MessageUser
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_mgr_util_test.cpp | 225 * @tc.desc: test SetKey in proxy 235 settingObserver->SetKey("settings.power.wakeup_sources"); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 691 messageUserPtr->SetKey("key"); in HWTEST_F() 842 messageUser.SetKey("key"); in HWTEST_F() 1442 msgUser1->SetKey("msgUser1_key"); in HWTEST_F() 1445 msgUser2->SetKey("msgUser2_key"); in HWTEST_F()
|
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 557 messageUser.SetKey(str); in GetMessageUserByString()
|
H A D | notification_napi_convert_request.cpp | 1273 unifiedGroupInfo->SetKey(key); in GetNotificationUnifiedGroupInfo()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 963 messageUser.SetKey(str); in GetMessageUserByString()
|
H A D | common_convert_request.cpp | 1814 unifiedGroupInfo->SetKey(key); in GetNotificationUnifiedGroupInfo()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 168 sorting.SetKey(record->notification->GetKey()); in GenerateSortingMap()
|