Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 160) sorted by relevance

1234567

/base/user_iam/face_auth/ui/Settings_FaceAuth/
Dgradlew.bat27 set DIRNAME=%~dp0
28 if "%DIRNAME%" == "" set DIRNAME=.
29 set APP_BASE_NAME=%~n0
30 set APP_HOME=%DIRNAME%
33 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
36 set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
41 set JAVA_EXE=java.exe
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48 echo Please set the JAVA_HOME variable in your environment to match the
54 set JAVA_HOME=%JAVA_HOME:"=%
[all …]
/base/security/access_token/frameworks/com.ohos.permissionmanager/
Dgradlew.bat27 set DIRNAME=%~dp0
28 if "%DIRNAME%" == "" set DIRNAME=.
29 set APP_BASE_NAME=%~n0
30 set APP_HOME=%DIRNAME%
33 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
36 set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
41 set JAVA_EXE=java.exe
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48 echo Please set the JAVA_HOME variable in your environment to match the
54 set JAVA_HOME=%JAVA_HOME:"=%
[all …]
/base/hiviewdfx/hiview/base/
Devent.cpp82 std::set<std::string> eventNames; in AddListenerInfo()
83 std::set<EventListener::EventIdRange> listenerInfo; in AddListenerInfo()
88 void EventListener::AddListenerInfo(uint32_t type, const std::set<EventListener::EventIdRange> &lis… in AddListenerInfo()
94 std::set<std::string> eventNames; in AddListenerInfo()
98 bool EventListener::GetListenerInfo(uint32_t type, std::set<EventListener::EventIdRange> &listenerI… in GetListenerInfo()
113 std::set<std::string> eventNames; in AddListenerInfo()
114 std::set<EventListener::EventIdRange> listenerInfo; in AddListenerInfo()
119 void EventListener::AddListenerInfo(uint32_t type, const std::set<std::string> &eventNames) in AddListenerInfo()
125 std::set<EventListener::EventIdRange> listenerInfo; in AddListenerInfo()
129 bool EventListener::GetListenerInfo(uint32_t type, std::set<std::string> &eventNames) in GetListenerInfo()
Dplugin.cpp89 std::set<std::string> eventNames; in AddEventListenerInfo()
90 std::set<EventListener::EventIdRange> listenerInfo; in AddEventListenerInfo()
95 void Plugin::AddEventListenerInfo(uint32_t type, const std::set<EventListener::EventIdRange> &liste… in AddEventListenerInfo()
100 std::set<std::string> eventNames; in AddEventListenerInfo()
104 bool Plugin::GetEventListenerInfo(uint32_t type, std::set<EventListener::EventIdRange> &listenerInf… in GetEventListenerInfo()
117 std::set<std::string> eventNames; in AddEventListenerInfo()
119 std::set<EventListener::EventIdRange> listenerInfo; in AddEventListenerInfo()
123 void Plugin::AddEventListenerInfo(uint32_t type, const std::set<std::string> &eventNames) in AddEventListenerInfo()
128 std::set<EventListener::EventIdRange> listenerInfo; in AddEventListenerInfo()
132 bool Plugin::GetEventListenerInfo(uint32_t type, std::set<std::string> &eventNames) in GetEventListenerInfo()
Dhiview_global.cpp79 …const std::set<std::string>& eventNames, const std::set<EventListener::EventIdRange>& listenerInfo) in AddListenerInfo()
85 std::set<EventListener::EventIdRange> &listenerInfo) in GetListenerInfo()
90 bool HiviewGlobal::GetListenerInfo(uint32_t type, const std::string& name, std::set<std::string> &e… in GetListenerInfo()
Devent_dispatcher.cpp59 std::set<EventListener::EventIdRange> listenerInfo; in DispatchEvent()
79 std::set<EventListener::EventIdRange> listenerInfo; in DispatchEvent()
100 std::set<EventListener::EventIdRange> listenerInfo; in RegisterListener()
130 std::set<EventListener::EventIdRange> listenerInfo; in RegisterListener()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Ddb_helper.cpp47 EventStore::ResultSet set = eventQuery.Execute(); in SelectEventFromDB() local
48 if (set.GetErrCode() != 0) { in SelectEventFromDB()
49 HIVIEW_LOGE("failed to select event from db, error:%{public}d.", set.GetErrCode()); in SelectEventFromDB()
53 while (set.HasNext()) { in SelectEventFromDB()
54 auto record = set.Next(); in SelectEventFromDB()
98 EventStore::ResultSet set = eventQuery.Select({EventStore::EventCol::TS}) in UpdateEventIntoDB() local
101 if (set.GetErrCode() != 0) { in UpdateEventIntoDB()
102 HIVIEW_LOGE("failed to select event from db, error:%{public}d.", set.GetErrCode()); in UpdateEventIntoDB()
106 if (set.HasNext()) { in UpdateEventIntoDB()
107 auto record = set.Next(); in UpdateEventIntoDB()
/base/hiviewdfx/faultloggerd/test/funchook/
Ddfx_signal_hook.c62 typedef int (*SigprocmaskFunc)(int how, const sigset_t *restrict set, sigset_t *restrict oldset);
63 typedef int (*PthreadSigmaskFunc)(int how, const sigset_t *restrict set, sigset_t *restrict oldset);
83 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in pthread_sigmask() argument
85 if (set != NULL) { in pthread_sigmask()
87 if (sigismember(set, i) && (IsPlatformHandleSignal(i)) && in pthread_sigmask()
99 return g_hookedPthreadSigmask(how, set, oldset); in pthread_sigmask()
102 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in sigprocmask() argument
104 if (set != NULL) { in sigprocmask()
106 if (sigismember(set, i) && (IsPlatformHandleSignal(i)) && in sigprocmask()
117 return g_hookedSigprocmask(how, set, oldset); in sigprocmask()
/base/hiviewdfx/hiview/
DCMakeLists.txt5 set(CMAKE_BUILD_TYPE Release CACHE STRING
11 set(CMAKE_CXX_STANDARD 17)
12 set(CMAKE_CXX_STANDARD_REQUIRED ON)
21 set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib" CACHE PATH "Archive output dir.")
22 set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib" CACHE PATH "Library output dir.")
23 set(CMAKE_PDB_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin" CACHE PATH "PDB MSVC debug symbol outp…
24 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin" CACHE PATH "Executable/dll output dir.…
/base/telephony/call_manager/services/audio/include/
Dcall_state_processor.h42 std::set<std::string> activeCalls_;
43 std::set<std::string> holdingCalls_;
44 std::set<std::string> alertingCalls_;
45 std::set<std::string> incomingCalls_;
/base/notification/ans_standard/services/ans/resource/
DdownloadTemplate.js1set title(e){this.__title.set(e)}get detailedInfo(){return this.__detailedInfo.get()}set detailedI…
/base/hiviewdfx/hiview/base/include/
Dhiview_global.h39 …const std::set<std::string>& eventNames, const std::set<EventListener::EventIdRange>& listenerInfo…
40 …bool GetListenerInfo(uint32_t type, const std::string& name, std::set<EventListener::EventIdRange>…
41 bool GetListenerInfo(uint32_t type, const std::string& name, std::set<std::string> &eventNames);
Dplugin.h92 …void AddEventListenerInfo(uint32_t type, const std::set<EventListener::EventIdRange> &listenerInfo…
93 bool GetEventListenerInfo(uint32_t type, std::set<EventListener::EventIdRange> &listenerInfo);
96 void AddEventListenerInfo(uint32_t type, const std::set<std::string> &eventNames);
97 bool GetEventListenerInfo(uint32_t type, std::set<std::string> &eventNames);
274 …const std::set<std::string>& eventNames, const std::set<EventListener::EventIdRange>& listenerInfo… in AddListenerInfo()
277 …const std::set<std::string>& eventNames, const std::set<EventListener::EventIdRange>& listenerInfo… in AddListenerInfo()
286 std::set<EventListener::EventIdRange> &listenerInfo) in GetListenerInfo()
291 …virtual bool GetListenerInfo(uint32_t type, const std::string& name, std::set<std::string> &eventN… in GetListenerInfo()
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_info.h36 std::set<std::string> authList;
57 ErrCode GetAuthorizedApps(std::set<std::string> &apps) const;
58 ErrCode SetAuthorizedApps(const std::set<std::string> &apps);
76 ErrCode GetOAuthList(const std::string &authType, std::set<std::string> &oauthList) const;
90 bool WriteStringSet(const std::set<std::string> &stringSet, Parcel &data) const;
91 bool ReadStringSet(std::set<std::string> &stringSet, Parcel &data);
101 std::set<std::string> authorizedApps_;
/base/powermgr/powermgr_lite/interfaces/kits/battery/js/builtin/
DCMakeLists.txt18 set(MODULE_NAME nativeapi_battery)
20 set(CMAKE_CXX_STANDARD 11)
21 set(CMAKE_CXX_STANDARD_REQUIRED ON)
22 set(CMAKE_INCLUDE_CURRENT_DIR ON)
/base/global/i18n_standard/frameworks/intl/include/
Dlocale_config.h105 static std::set<std::string> validCaTag;
106 static std::set<std::string> validCoTag;
107 static std::set<std::string> validKnTag;
108 static std::set<std::string> validKfTag;
109 static std::set<std::string> validNuTag;
110 static std::set<std::string> validHcTag;
111 static std::set<std::string> dialectLang;
/base/compileruntime/js_api_module/url/
Djs_url.cpp161 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT0)); in AnalysisScheme()
171 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT0)); in AnalysisScheme()
178 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT1)); in AnalysisScheme()
188 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT8)); in AnalysisFragment()
195 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT7)); in AnalysisQuery()
228 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT2)); in AnalysisUsernameAndPasswd()
232 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT3)); in AnalysisUsernameAndPasswd()
236 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT2)); in AnalysisUsernameAndPasswd()
257 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT6)); in AnalysisPath()
265 flags.set(static_cast<size_t>(BitsetStatusFlag::BIT6)); in AnalysisPath()
[all …]
/base/hiviewdfx/hiview/core/
DCMakeLists.txt1 set(hiview_core_sources
6 set(hiview_core_heads
Dhiview_platform.h69 …const std::set<std::string>& eventNames, const std::set<EventListener::EventIdRange>& listenerInfo…
71 …const std::set<std::string>& eventNames, const std::set<EventListener::EventIdRange>& listenerInfo…
75 std::set<EventListener::EventIdRange> &listenerInfo) override;
76 …bool GetListenerInfo(uint32_t type, const std::string& name, std::set<std::string> &eventNames) ov…
101 std::map<uint32_t, std::set<EventListener::EventIdRange>> idListenerInfo;
102 std::map<uint32_t, std::set<std::string>> strListenerInfo;
/base/hiviewdfx/hiview/test/unittest/common/
Dholistic_platform_test.h27 static std::set<std::string>* count1_;
28 static std::set<std::string>* count2_;
/base/telephony/cellular_data/services/include/utils/
Dnet_manager_call_back.h26 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override;
27 int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
Ddfx_signal_local_handler.c125 sigset_t set; in DFX_InstallLocalSignalHandler() local
126 sigemptyset(&set); in DFX_InstallLocalSignalHandler()
135 sigaddset(&set, sig); in DFX_InstallLocalSignalHandler()
140 sigprocmask(SIG_UNBLOCK, &set, NULL); in DFX_InstallLocalSignalHandler()
/base/hiviewdfx/hiview/adapter/system_service/
DCMakeLists.txt1 set(system_service_headfiles
5 set(system_service_sources ${CMAKE_CURRENT_SOURCE_DIR}/parameter_ex.cpp)
/base/global/i18n_lite/interfaces/kits/js/builtin/
DCMakeLists.txt18 set(CMAKE_CXX_STANDARD 11)
19 set(CMAKE_CXX_STANDARD_REQUIRED ON)
20 set(CMAKE_INCLUDE_CURRENT_DIR ON)
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
Dpeer_binder_catcher.h65 std::set<int> GetBinderPeerChainPids(int pid, int layer, int fd) const;
66 std::set<int> GetBinderPeerPids(int pid, long layer) const;
67 std::set<int> GetPeerBinderByLayer (int pid, int layer,

1234567