Home
last modified time | relevance | path

Searched defs:type (Results 6876 - 6900 of 14420) sorted by relevance

1...<<271272273274275276277278279280>>...577

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp133 bool CheckListValueSize(AppEventParamType type, AppEventParamValue::ValueUnion& vu) in CheckListValueSize() argument
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h81 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 Dcj_input_method_controller.cpp190 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 Dsys_event_service_ohos_test.cpp147 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 Dplugin.h85 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 Dio_collector_impl.cpp100 std::string type; in CollectProcessIo() local
[all...]
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp499 int type; in CreateReverseGeocodeAsyncContext() local
537 int type; in CreateReverseGeocodeAsyncContext() local
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp227 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 Dsys_event.cpp562 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 Dnative_leak_state.cpp87 uint32_t type; member
[all...]
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp152 void SendEnterKeyFunc(InputMethod_TextEditorProxy *proxy, InputMethod_EnterKeyType type) { } in SendEnterKeyFunc() argument
[all...]
H A Dinput_method_panel_test.cpp595 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 Dcommon_utils.cpp374 bool CommonUtils::GetStringParameter(const std::string& type, std::string& value) in GetStringParameter() argument
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp219 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 Dinput_method_panel.cpp813 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 Dgeolocationmanager_utils.h82 int32_t type; member
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp388 GetNotificationContentType(const napi_env &env, const napi_value &result, int32_t &type) GetNotificationContentType() argument
[all...]
/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c105 HiviewFileType type = HIVIEW_LOG_TEXT_FILE; in InitLogOutput() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_utils.cpp77 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 Djs_get_input_method_controller.cpp296 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 Djs_get_input_method_setting.cpp457 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 Dos_account_manager.cpp53 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 Dos_account_info.cpp55 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 Dappaccount_impl.cpp358 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 Dos_account_inner_account_mgr_mock.cpp575 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...]

Completed in 34 milliseconds

1...<<271272273274275276277278279280>>...577