| /base/hiviewdfx/hiview/base/event_report/ |
| H A D | hiview_event_report.cpp | 29 void HiviewEventReport::ReportPluginLoad(const std::string &name, uint32_t result, uint32_t duration)
in ReportPluginLoad() argument 40 void HiviewEventReport::ReportPluginUnload(const std::string &name, uint32_t result)
in ReportPluginUnload() argument 50 void HiviewEventReport::ReportPluginFault(const std::string &name, const std::string &reason)
in ReportPluginFault() argument 71 void HiviewEventReport::UpdatePluginStats(const std::string &name, const std::string &procName, uint32_t procTime)
in UpdatePluginStats() argument
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/process/include/ |
| H A D | process_status.h | 35 std::string name;
member
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
| H A D | zip_helper.cpp | 53 bool IsNameValid(const std::string& name, const std::string& sep, bool canEmpty) in IsNameValid() argument 67 bool IsModuleNameValid(const std::string& name) in IsModuleNameValid() argument [all...] |
| /base/inputmethod/imf/services/json/src/ |
| H A D | serializable.cpp | 54 bool Serializable::GetValue(cJSON *node, const std::string &name, std::string &value) in GetValue() argument 65 bool Serializable::GetValue(cJSON *node, const std::string &name, int32_t &value) in GetValue() argument 76 bool Serializable::GetValue(cJSON *node, const std::string &name, uint32_t &value) in GetValue() argument 92 GetValue(cJSON *node, const std::string &name, bool &value) GetValue() argument 103 GetValue(cJSON *node, const std::string &name, Serializable &value) GetValue() argument 113 SetValue(cJSON *node, const std::string &name, const std::string &value) SetValue() argument 119 SetValue(cJSON *node, const std::string &name, const int32_t &value) SetValue() argument 125 GetSubNode(cJSON *node, const std::string &name) GetSubNode() argument [all...] |
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| H A D | js_util_test.cpp | 28 std::string name;
member
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
| H A D | hisysevent_easy.c | 73 static int InitEventHeader(struct HiSysEventEasyHeader* header, const char* domain, const char* name, in InitEventHeader() argument 91 int HiSysEventEasyWrite(const char* domain, const char* name, enum HiSysEventEasyType eventType, const char* data) in HiSysEventEasyWrite() argument
|
| /base/hiviewdfx/hitrace/frameworks/native/ |
| H A D | hitracechain.cpp | 24 HiTraceId HiTraceChain::Begin(const string& name, int flags) in Begin() argument
|
| /base/hiviewdfx/hiview/core/test/unittest/common/ |
| H A D | event_dispatch_queue_test.cpp | 38 std::shared_ptr<Event> EventDispatchQueueTest::CreateEvent(const std::string& name, int32_t id, in CreateEvent() argument
|
| H A D | event_dispatch_queue_test.h | 48 explicit ExtendEventListener(const std::string& name) : unorderEventCount_(0), name_(name){}; in ExtendEventListener() argument
|
| /base/hiviewdfx/hiview/base/event_report/event/ |
| H A D | logger_event.cpp | 28 void AddUint8Value(Json::Value &root, const std::string &name, const ParamValue& value)
in AddUint8Value() argument 33 void AddUint16Value(Json::Value &root, const std::string &name, const ParamValue& value)
in AddUint16Value() argument 38 void AddUint32Value(Json::Value &root, const std::string &name, const ParamValue& value)
in AddUint32Value() argument 43 void AddUint64Value(Json::Value &root, const std::string &name, const ParamValue& value)
in AddUint64Value() argument 48 void AddStringValue(Json::Value &root, const std::string &name, cons argument 53 AddUint32VecValue(Json::Value &root, const std::string &name, const ParamValue& value) AddUint32VecValue() argument 61 AddStringVecValue(Json::Value &root, const std::string &name, const ParamValue& value) AddStringVecValue() argument 80 GetValue(const std::string& name) GetValue() argument 107 InnerUpdate(const std::string &name, const ParamValue& value) InnerUpdate() argument [all...] |
| H A D | plugin_stats_event.cpp | 29 PluginStatsEvent::PluginStatsEvent(const std::string &name, HiSysEvent::EventType type)
in PluginStatsEvent() argument 78 void PluginStatsEvent::InnerUpdate(const std::string &name, const ParamValue& value)
in InnerUpdate() argument
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/config/include/ |
| H A D | export_config_parser.h | 29 std::string name; member
|
| /base/account/os_account/frameworks/osaccount/native/src/ |
| H A D | os_account_subscribe_info.cpp | 46 void OsAccountSubscribeInfo::SetName(const std::string &name) in SetName() argument 24 OsAccountSubscribeInfo(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType, const std::string &name) OsAccountSubscribeInfo() argument
|
| /base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
| H A D | account_manager_proxy_test.cpp | 196 std::string name in HWTEST_F() local 214 std::string name = "ut_user_2"; HWTEST_F() local [all...] |
| /base/account/os_account/services/accountmgr/include/appaccount/ |
| H A D | app_account_control_manager.h | 33 std::string name; member [all...] |
| /base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
| H A D | global_test.cpp | 63 int GetResId(const std::string &name, ResType resType) in GetResId() argument
|
| /base/accesscontrol/sandbox_manager/test/fuzztest/services/mock/ |
| H A D | event_handler.h | 45 void RemoveTask(const std::string &name) {}; in RemoveTask() argument
|
| /base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
| H A D | domain_account_plugin_stub_test.cpp | 205 std::string name in HWTEST_F() local [all...] |
| /base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
| H A D | add_os_account_plugin_test.cpp | 89 std::string name = "abc"; in HWTEST_F() local [all...] |
| /base/hiviewdfx/faultloggerd/test/unittest/crash_exception/ |
| H A D | crash_exception_test.cpp | 265 std::string name = ""; HWTEST_F() local [all...] |
| /base/hiviewdfx/faultloggerd/test/unittest/common/ |
| H A D | common_cutil_test.cpp | 118 char *name = nullptr; in HWTEST_F() local [all...] |
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| H A D | dfx_hap_test.cpp | 94 std::string name = ""; in HWTEST_F() local [all...] |
| /base/hiviewdfx/hicollie/frameworks/native/ |
| H A D | handler_checker.h | 35 HandlerChecker(std::string name, std::shared_ptr<AppExecFwk::EventHandler> handler) in HandlerChecker() argument
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| H A D | napi_hiappevent_userinfo.cpp | 37 bool IsStringEmptyOrNull(const napi_env env, const napi_value name)
in IsStringEmptyOrNull() argument 51 bool SetUserId(const napi_env env, const napi_value name, const napi_value userId)
in SetUserId() argument 87 bool GetUserId(const napi_env env, const napi_value name, napi_valu argument 108 SetUserProperty(const napi_env env, const napi_value name, const napi_value userProperty) SetUserProperty() argument 144 GetUserProperty(const napi_env env, const napi_value name, napi_value& out) GetUserProperty() argument [all...] |
| /base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/ |
| H A D | hiappevent.h | 122 const char* name; member 140 const char* name; global() member [all...] |