Home
last modified time | relevance | path

Searched defs:result (Results 1126 - 1150 of 10006) sorted by relevance

1...<<41424344454647484950>>...401

/base/global/i18n/frameworks/intl/src/
H A Dindex_util.cpp93 std::string result; in GetIndex() local
H A Di18n_normalizer.cpp45 std::string result; in Normalize() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dhiebpf_collector_impl.cpp41 CollectResult<bool> result; in StartHiebpf() local
64 CollectResult<bool> result; in StopHiebpf() local
[all...]
H A Dnetwork_collector_impl.cpp60 CollectResult<NetworkRate> result; in CollectRate() local
H A Dsys_cpu_usage_collector.cpp33 CollectResult<SysCpuUsage> result; in CollectSysCpuUsage() local
/base/location/services/location_gnss/gnss/source/
H A Dgeofence_event_callback.cpp38 ReportGeofenceOperateResult( int32_t fenceIndex, GeofenceOperateType type, GeofenceOperateResult result) ReportGeofenceOperateResult() argument
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_meminfo.cpp41 void ParseMeminfo::SetData(const string &str, ValueMap &result) in SetData() argument
55 bool ParseMeminfo::GetMeminfo(ValueMap &result) in GetMeminfo() argument
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_osal.cpp29 bool result = OHOS::system::SetParameter(property, value); in SetPropertyInner() local
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dmemory_catcher.cpp41 CollectResult<SysMemory> result = collector->CollectSysMemory(); in Catch() local
/base/location/interfaces/inner_api/include/
H A Dasync_context.h33 napi_value result[RESULT_SIZE]; member in OHOS::Location::AsyncContext
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlogger_service_stub.cpp56 auto result = QuerySelfFaultLog(type, maxNum); in OnRemoteRequest() local
H A Dfaultlog_query_result_stub.cpp46 auto result = GetNext(); in OnRemoteRequest() local
[all...]
/base/hiviewdfx/hiview/test/unittest/xpower_event/
H A Dxpower_jsevent_test.cpp67 napi_value result = nullptr; in HWTEST_F() local
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dwm_collector_test.cpp79 auto result = collector->ExportWindowsInfo(); in HWTEST_F() local
94 auto result = collector->ExportWindowsMemory(); in HWTEST_F() local
108 auto result = collector->ExportGpuMemory(); in HWTEST_F() local
[all...]
H A Dhilog_collector_test.cpp70 CollectResult<std::string> result = collector->CollectLastLog(pid, HILOG_LINE_NUM); in HWTEST_F() local
/base/hiviewdfx/hiview/utility/smart_parser/
H A Dsmart_parser.cpp47 auto result = feature.GetReasult(); in Analysis() local
/base/location/frameworks/location_common/common/source/
H A Dlocation_dumper.cpp38 GeocodeDump(std::function<void(std::string&)> saBasicDumpFunc, const std::vector<std::string>& vecArgs, std::string& result) GeocodeDump() argument
55 GnssDump(std::function<void(std::string&)> saBasicDumpFunc, const std::vector<std::string>& vecArgs, std::string& result) GnssDump() argument
72 LocatorDump(std::function<void(std::string&)> saBasicDumpFunc, const std::vector<std::string>& vecArgs, std::string& result) LocatorDump() argument
89 NetWorkDump(std::function<void(std::string&)> saBasicDumpFunc, const std::vector<std::string>& vecArgs, std::string& result) NetWorkDump() argument
106 PassiveDump(std::function<void(std::string&)> saBasicDumpFunc, const std::vector<std::string>& vecArgs, std::string& result) PassiveDump() argument
[all...]
/base/location/frameworks/native/fence_extension_ability/src/
H A Dfence_extension_stub.cpp43 FenceExtensionErrCode result = OnFenceStatusChange(extraData); in OnRemoteRequest() local
/base/location/services/location_locator/callback/source/
H A Dlocation_gnss_geofence_callback_proxy.cpp41 void LocationGnssGeofenceCallbackProxy::OnReportOperationResult(int fenceId, int type, int result) in OnReportOperationResult() argument
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H A Dadapter_loglibrary_ability_test.cpp71 int32_t result = ability.List(LOG_TYPE, fileInfos); in HWTEST_F() local
84 int32_t result = ability.List(NON_LOG_TYPE, fileInfos); in HWTEST_F() local
98 int32_t result = ability.Copy(LOG_TYPE, fileName, DEST_PATH); in HWTEST_F() local
111 int32_t result = ability.Copy(NON_LOG_TYPE, fileName, DEST_PATH); in HWTEST_F() local
125 int32_t result = ability.Move(LOG_TYPE, fileName, DEST_PATH); in HWTEST_F() local
138 int32_t result = ability.Move(NON_LOG_TYPE, fileName, DEST_PATH); HWTEST_F() local
152 int32_t result = ability.Remove(LOG_TYPE, fileName); HWTEST_F() local
165 int32_t result = ability.Remove(NON_LOG_TYPE, fileName); HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/interfaces/js/napi/test/unittest/common/
H A Dloglibrary_agent_test.cpp56 int32_t result = HiviewServiceAgent::GetInstance().List(LOG_TYPE, fileInfos); in HWTEST_F() local
64 int32_t result = HiviewServiceAgent::GetInstance().Copy(LOG_TYPE, fileName, DEST_PATH); in HWTEST_F() local
72 int32_t result = HiviewServiceAgent::GetInstance().Move(LOG_TYPE, fileName, DEST_PATH); in HWTEST_F() local
80 int32_t result = HiviewServiceAgent::GetInstance().Remove(LOG_TYPE, fileName); in HWTEST_F() local
/base/hiviewdfx/hiview/test/moduletest/common/
H A Dhiview_plugin_platform_module_test.cpp36 std::string result = ""; in GetCmdResultFromPopen() local
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_notification.cpp38 napi_value result = nullptr; in GetNotificationRequestDistributedOptions() local
76 napi_value result = nullptr; in GetNotificationIsDistributed() local
[all...]
/base/hiviewdfx/hiview/adapter/service/common/include/
H A Dcollect_result_pracelable.h82 CollectResult<T> result; in Unmarshalling() local
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerclient_fuzzer/
H A Dfaultlogger_client_fuzzer.cpp72 auto result = HiviewDFX::QuerySelfFaultLog(type, count); in FuzzInterfaceQuerySelfFaultLog() local

Completed in 8 milliseconds

1...<<41424344454647484950>>...401