Home
last modified time | relevance | path

Searched refs:SetKey (Results 1 - 25 of 25) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_unified_group_info_test.cpp42 info.SetKey("testKey"); in HWTEST_F()
71 info.SetKey("testKey"); in HWTEST_F()
92 info.SetKey("testKey"); in HWTEST_F()
H A Dnotification_sorting_test.cpp60 rrc->SetKey(""); in HWTEST_F()
120 rrc->SetKey(key); in HWTEST_F()
H A Dnotification_sorting_map_test.cpp37 * @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 Dnotificationsortingmap_fuzzer.cpp29 notificationSortingMap.SetKey(stringData); in DoSomethingInterestingWithMyAPI()
31 notificationSorting.SetKey(stringData); in DoSomethingInterestingWithMyAPI()
/base/powermgr/power_manager/utils/setting/include/
H A Dsetting_observer.h29 void SetKey(const std::string& key);
/base/powermgr/power_manager/utils/setting/src/
H A Dsetting_observer.cpp30 void SettingObserver::SetKey(const std::string& key) in SetKey() function in OHOS::PowerMgr::SettingObserver
H A Dsetting_provider.cpp128 observer->SetKey(key); in CreateObserver()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_sorting_map.h80 void SetKey(const std::string &key);
H A Dmessage_user.h37 void SetKey(const std::string &key);
H A Dnotification_sorting.h149 void SetKey(const std::string &key);
H A Dnotification_unified_group_Info.h44 void SetKey(const std::string &key);
/base/notification/distributed_notification_service/test/fuzztest/notificationsorting_fuzzer/
H A Dnotificationsorting_fuzzer.cpp35 notificationSorting.SetKey(stringData); in DoSomethingInterestingWithMyAPI()
/base/security/dlp_permission_service/frameworks/common/src/
H A Dpermission_policy.cpp177 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 Dmessageuser_fuzzer.cpp31 // test SetKey function in DoSomethingInterestingWithMyAPI()
32 messageUser.SetKey(key); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_sorting_map.cpp36 void NotificationSortingMap::SetKey(const std::string &key) in SetKey() function in OHOS::Notification::NotificationSortingMap
H A Dnotification_unified_group_info.cpp32 void NotificationUnifiedGroupInfo::SetKey(const std::string &key) in SetKey() function in OHOS::Notification::NotificationUnifiedGroupInfo
H A Dnotification_sorting.cpp152 void NotificationSorting::SetKey(const std::string &key) in SetKey() function in OHOS::Notification::NotificationSorting
H A Dmessage_user.cpp37 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 Dpower_mgr_util_test.cpp225 * @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 Dans_innerkits_module_publish_test.cpp691 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 Dnotification_napi_convert_content.cpp557 messageUser.SetKey(str); in GetMessageUserByString()
H A Dnotification_napi_convert_request.cpp1273 unifiedGroupInfo->SetKey(key); in GetNotificationUnifiedGroupInfo()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp963 messageUser.SetKey(str); in GetMessageUserByString()
H A Dcommon_convert_request.cpp1814 unifiedGroupInfo->SetKey(key); in GetNotificationUnifiedGroupInfo()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp168 sorting.SetKey(record->notification->GetKey()); in GenerateSortingMap()

Completed in 23 milliseconds