Home
last modified time | relevance | path

Searched defs:source (Results 1 - 25 of 90) sorted by relevance

1234

/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_sources.cpp55 void SuspendSources::PutSource(SuspendSource& source) in PutSource() argument
/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_sources.cpp33 void WakeupActionSources::PutSource(const std::string& key, std::shared_ptr<WakeupActionSource>& source) in PutSource() argument
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsysevent_source.h40 explicit SysEventReceiver(SysEventSource& source): eventSource(source) {}; in SysEventReceiver() argument
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_plugin_test.cpp34 SysEventSource source; member
H A Dactive_key_event_test.cpp33 SysEventSource source; member
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_sources.cpp83 void WakeupSources::PutSource(WakeupSource& source) in PutSource() argument
/base/powermgr/power_manager/utils/vibrator/src/
H A Dpower_vibrator.cpp49 VibratorSource source; in StartVibrator() local
/base/security/code_signature/interfaces/innerkits/local_code_sign/include/
H A Dlocal_code_sign_client.h54 LocalCodeSignClient(const LocalCodeSignClient &source) = delete; member in OHOS::Security::CodeSign::LocalCodeSignClient
55 LocalCodeSignClient &operator = (const LocalCodeSignClient &source) = delete; member in OHOS::Security::CodeSign::LocalCodeSignClient
/base/security/code_signature/services/local_code_sign/include/
H A Dlocal_sign_key.h46 LocalSignKey(const LocalSignKey &source) = delete; member in OHOS::Security::CodeSign::LocalSignKey
47 LocalSignKey &operator = (const LocalSignKey &source) = delete; member in OHOS::Security::CodeSign::LocalSignKey
/base/startup/appspawn/service/hnp/pack/include/
H A Dhnp_pack.h36 char *source; // 待打包目录 member
44 char source[MAX_FILE_PATH_LEN]; // 待打包目录 member
/base/security/security_guard/interfaces/inner_api/common/include/
H A Dsecurity_event_info.h34 uint32_t source; member
/base/security/security_guard/test/unittest/mock/config_manager/
H A Dsecurity_event_info.h34 uint32_t source; member
/base/telephony/call_manager/frameworks/native/src/
H A Dsuper_privacy_manager_client.cpp37 int32_t SuperPrivacyManagerClient::SetSuperPrivacyMode(const int32_t &mode, const int32_t &source) in SetSuperPrivacyMode() argument
/base/update/updater/services/diffpatch/
H A Ddiff_main.cpp20 std::string source; member
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserversocket_fuzzer/
H A Deventserversocket_fuzzer.cpp30 std::shared_ptr<EventRaw::RawData> ConverRawData(char* source) in ConverRawData() argument
70 SysEventSource source; in SysEventServerSocketFuzzTest() local
/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dmatching_result.h38 TrustedSources source; member
H A Dtrusted_ticket_manager.h29 TrustedSources source; member
/base/security/code_signature/utils/include/
H A Dfsverity_utils_helper.h45 FsverityUtilsHelper(const FsverityUtilsHelper &source) = delete; member in OHOS::Security::CodeSign::FsverityUtilsHelper
46 FsverityUtilsHelper &operator = (const FsverityUtilsHelper &source) = delete; member in OHOS::Security::CodeSign::FsverityUtilsHelper
/base/theme/wallpaper_mgr/utils/include/
H A Dwallpaper_manager_common_info.h60 std::string source; member
/base/hiviewdfx/hiview/utility/common_utils/
H A Dcalc_fingerprint.cpp138 int CalcFingerprint::CalcBufferSha(unsigned char* source, size_t sourceLen, char *hash, size_t hashLen) in CalcBufferSha() argument
/base/hiviewdfx/hiview/base/utility/include/
H A Dstring_util.h112 std::string ConvertToUTF8(const std::basic_string<T, std::char_traits<T>, std::allocator<T>> &source) in ConvertToUTF8() argument
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dchain_rule.cpp41 std::string source; in ChainRule() local
42 iss >> source; in ChainRule() local
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
H A Dreadfromparcel_fuzzer.cpp70 int32_t source = static_cast<int32_t>(*data % SOURCE_TYPE); in DoSomethingInterestingWithMyAPI() local
/base/msdp/device_status/intention/common/epoll/src/
H A Depoll_manager.cpp60 bool EpollManager::Add(std::shared_ptr<IEpollEventSource> source) in Add() argument
82 Remove(std::shared_ptr<IEpollEventSource> source) Remove() argument
98 Update(std::shared_ptr<IEpollEventSource> source) Update() argument
151 IEpollEventSource *source = reinterpret_cast<IEpollEventSource *>(evs[index].data.ptr); DispatchOne() local
[all...]
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp34 Notification::NotificationConstant::InputsSource source = in DoSomethingInterestingWithMyAPI() local

Completed in 6 milliseconds

1234