| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
| H A D | hiappevent_verify.cpp | 133 bool CheckListValueSize(AppEventParamType type, AppEventParamValue::ValueUnion& vu)
in CheckListValueSize() argument [all...] |
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
| H A D | hiappevent_base.h | 81 AppEventParamType type;
member 102 ValueUnion(AppEventParamType type)
in ValueUnion() argument 148 AppEventParamType type;
member 160 int type = 0;
member
|
| /base/inputmethod/imf/frameworks/cj/src/ |
| H A D | cj_input_method_controller.cpp | 190 void CjInputMethodController::RegisterListener(int8_t type, int64_t id) in RegisterListener() argument 235 void CjInputMethodController::UnRegisterListener(int8_t type) in UnRegisterListener() argument 280 int32_t CjInputMethodController::Subscribe(int8_t type, int64_t id) in Subscribe() argument 290 int32_t CjInputMethodController::Unsubscribe(int8_t type) in Unsubscribe() argument 380 auto type = static_cast<int32_t>(functionKey.GetEnterKeyType()); in SendFunctionKey() local [all...] |
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
| H A D | sys_event_service_ohos_test.cpp | 147 static SysEventRule GetTestRule(int type, const string &domain, const string &eventName) in GetTestRule() argument 156 static vector<SysEventRule> GetTestRules(int type, const string &domain, const string &eventName) in GetTestRules() argument [all...] |
| /base/hiviewdfx/hiview/base/include/ |
| H A D | plugin.h | 85 virtual std::shared_ptr<Event> GetEvent(Event::MessageType type)
in GetEvent() argument 151 void SetType(PluginType type)
in SetType() argument 278 virtual void AddListenerInfo(uint32_t type, const std::string& name, const std::set<std::string>& eventNames,
in AddListenerInfo() argument 281 virtual void AddListenerInfo(uint32_t type, const std::string& name) {};
in AddListenerInfo() argument 283 virtual std::vector<std::weak_ptr<EventListener>> GetListenerInfo(uint32_t type,
in GetListenerInfo() argument 293 virtual std::vector<std::weak_ptr<Plugin>> GetDisPatcherInfo(uint32_t type,
in GetDisPatcherInfo() argument [all...] |
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
| H A D | io_collector_impl.cpp | 100 std::string type;
in CollectProcessIo() local [all...] |
| /base/location/frameworks/js/napi/source/ |
| H A D | location_napi_adapter.cpp | 499 int type; in CreateReverseGeocodeAsyncContext() local 537 int type; in CreateReverseGeocodeAsyncContext() local
|
| /base/location/frameworks/native/locator_sdk/source/ |
| H A D | locator_proxy.cpp | 227 bool LocatorProxy::IsLocationPrivacyConfirmed(const int type) in IsLocationPrivacyConfirmed() argument 245 int LocatorProxy::SetLocationPrivacyConfirmStatus(const int type, bool isConfirmed) in SetLocationPrivacyConfirmStatus() argument 711 LocationErrCode LocatorProxy::IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed) in IsLocationPrivacyConfirmedV9() argument 731 LocationErrCode LocatorProxy::SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed) in SetLocationPrivacyConfirmStatusV9() argument
|
| /base/hiviewdfx/hiview/base/ |
| H A D | sys_event.cpp | 562 SysEventCreator(const std::string& domain, const std::string& eventName, SysEventCreator::EventType type) SysEventCreator() argument
|
| /base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
| H A D | native_leak_state.cpp | 87 uint32_t type; member [all...] |
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| H A D | inputmethod_controller_capi_test.cpp | 152 void SendEnterKeyFunc(InputMethod_TextEditorProxy *proxy, InputMethod_EnterKeyType type) { } in SendEnterKeyFunc() argument [all...] |
| H A D | input_method_panel_test.cpp | 595 std::string type = "show"; in HWTEST_F() local 770 auto type = inputMethodPanel->GetPanelType(); HWTEST_F() local [all...] |
| /base/location/frameworks/location_common/common/source/ |
| H A D | common_utils.cpp | 374 bool CommonUtils::GetStringParameter(const std::string& type, std::string& value) in GetStringParameter() argument
|
| /base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
| H A D | hitrace_ndk_test.cpp | 219 bool GetTraceResult(const char type, const string& traceName, const HiTraceId* hiTraceId, in GetTraceResult() argument [all...] |
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| H A D | input_method_panel.cpp | 813 SetPanelStatusListener(std::shared_ptr<PanelStatusListener> statusListener, const std::string &type) SetPanelStatusListener() argument 859 ClearPanelListener(const std::string &type) ClearPanelListener() argument 880 MarkListener(const std::string &type, bool isRegister) MarkListener() argument [all...] |
| /base/location/frameworks/cj/include/ |
| H A D | geolocationmanager_utils.h | 82 int32_t type; member
|
| /base/location/frameworks/js/napi/notification/src/ |
| H A D | notification_napi.cpp | 388 GetNotificationContentType(const napi_env &env, const napi_value &result, int32_t &type) GetNotificationContentType() argument [all...] |
| /base/hiviewdfx/hilog_lite/frameworks/mini/ |
| H A D | hiview_output_log.c | 105 HiviewFileType type = HIVIEW_LOG_TEXT_FILE; in InitLogOutput() local
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
| H A D | trace_utils.cpp | 77 explicit CleanPolicy(int type) : type_(type) {}
in CleanPolicy() argument 141 explicit ShareCleanPolicy(int type) : CleanPolicy(type) {}
in ShareCleanPolicy() argument 158 explicit AppShareCleanPolicy(int type) : CleanPolicy(type) {}
in AppShareCleanPolicy() argument 178 explicit AppSpecialCleanPolicy(int type) : CleanPolicy(type) {}
in AppSpecialCleanPolicy() argument 198 explicit SpecialXperfCleanPolicy(int type) : CleanPolicy(type) {}
in SpecialXperfCleanPolicy() argument 217 SpecialReliabilityCleanPolicy(int type) SpecialReliabilityCleanPolicy() argument 236 SpecialOtherCleanPolicy(int type) SpecialOtherCleanPolicy() argument 254 GetCleanPolicy(int type, UCollect::TraceCaller &caller) GetCleanPolicy() argument [all...] |
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | js_get_input_method_controller.cpp | 296 void JsGetInputMethodController::RegisterListener(napi_value callback, std::string type, in RegisterListener() argument 318 void JsGetInputMethodController::UnRegisterListener(napi_value callback, std::string type) in UnRegisterListener() argument 350 std::string type; Subscribe() local 385 std::string type; UnSubscribe() local [all...] |
| H A D | js_get_input_method_setting.cpp | 457 int32_t JsGetInputMethodSetting::RegisterListener(napi_value callback, std::string type, in RegisterListener() argument 487 std::string type; Subscribe() local 521 UnRegisterListener(napi_value callback, std::string type, bool &isUpdateFlag) UnRegisterListener() argument 558 std::string type; UnSubscribe() local 597 std::string type = "imeChange"; OnImeChange() local 674 OnPanelStatusChange(const std::string &type, const InputWindowInfo &info) OnPanelStatusChange() argument 714 GetEntry(const std::string &type, EntrySetter entrySetter) GetEntry() argument [all...] |
| /base/account/os_account/frameworks/osaccount/native/src/ |
| H A D | os_account_manager.cpp | 53 ErrCode OsAccountManager::CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo, in CreateOsAccountForDomain() argument 166 ErrCode OsAccountManager::GetOsAccountTypeFromProcess(OsAccountType &type) in GetOsAccountTypeFromProcess() argument 24 CreateOsAccount( const std::string &name, const OsAccountType &type, OsAccountInfo &osAccountInfo) CreateOsAccount() argument 30 CreateOsAccount( const std::string &localName, const std::string &shortName, const OsAccountType &type, OsAccountInfo &osAccountInfo) CreateOsAccount() argument 36 CreateOsAccount(const std::string& localName, const std::string& shortName, const OsAccountType& type, const CreateOsAccountOptions& options, OsAccountInfo& osAccountInfo) CreateOsAccount() argument 171 GetOsAccountType(const int id, OsAccountType& type) GetOsAccountType() argument [all...] |
| H A D | os_account_info.cpp | 55 OsAccountInfo::OsAccountInfo(int localId, const std::string localName, OsAccountType type, int64_t serialNumber) in OsAccountInfo() argument 59 OsAccountInfo::OsAccountInfo(int localId, const std::string localName, const std::string shortName, OsAccountType type, in OsAccountInfo() argument 99 void OsAccountInfo::SetType(OsAccountType type) in SetType() argument
|
| /base/account/os_account/frameworks/appaccount/cj/src/ |
| H A D | appaccount_impl.cpp | 358 int32_t CJAppAccountImpl::off(std::string type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in off() argument 322 on( std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) on() argument
|
| /base/account/os_account/services/accountmgr/test/unittest/os_account/ |
| H A D | os_account_inner_account_mgr_mock.cpp | 575 OsAccountType type; in HWTEST_F() local 930 OsAccountType type = OsAccountType::GUEST; HWTEST_F() local 1040 const OsAccountType type = OsAccountType::GUEST; HWTEST_F() local 1259 OsAccountType type = OsAccountType::GUEST; HWTEST_F() local [all...] |