Searched refs:GetOptions (Results 1 – 7 of 7) sorted by relevance
/base/powermgr/display_manager/frameworks/napi/ |
D | brightness.cpp | 186 napi_value succCallBack = GetOptions(options, FUNC_SUCEESS_NAME, napi_function); in CreateCallbackRef() 191 napi_value failCallBack = GetOptions(options, FUNC_FAIL_NAME, napi_function); in CreateCallbackRef() 196 napi_value completeCallBack = GetOptions(options, FUNC_COMPLETE_NAME, napi_function); in CreateCallbackRef() 205 napi_value value = GetOptions(options, valName, checkType); in CreateValueRef() 360 napi_value Brightness::GetOptions(napi_value& options, const std::string& name, napi_valuetype chec… in GetOptions() function in OHOS::DisplayPowerMgr::Brightness
|
D | brightness.h | 91 napi_value GetOptions(napi_value& options, const std::string& name, napi_valuetype checkType);
|
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/ |
D | notificationuserinput_fuzzer.cpp | 57 notificationUserInput.GetOptions(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_user_input.h | 174 std::vector<std::string> GetOptions() const;
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_user_input.cpp | 156 std::vector<std::string> NotificationUserInput::GetOptions() const in GetOptions() function in OHOS::Notification::NotificationUserInput
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 228 for (auto option : userInput->GetOptions()) { in CheckCaseTwoResult()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 1344 for (auto vec : userInput->GetOptions()) { in SetNotificationActionButtonByUserInput()
|