Home
last modified time | relevance | path

Searched defs:Add (Results 1 – 11 of 11) sorted by relevance

/base/update/updater/services/ui/control/
Devent_manager.cpp41 void EventManager::Add(const ComInfo &viewId, std::unique_ptr<LabelOnTouchListener> listener) in Add() function in Updater::EventManager
53 void EventManager::Add(const ComInfo &viewId, std::unique_ptr<BtnOnEventListener> listener) in Add() function in Updater::EventManager
69 void EventManager::Add(const ComInfo &viewId, std::unique_ptr<BtnOnDragListener> listener) in Add() function in Updater::EventManager
87 void EventManager::Add(const ComInfo &viewId, EventType evt, Callback cb) in Add() function in Updater::EventManager
/base/hiviewdfx/hiview/interfaces/innerkits/xcollecter_hitrace/
Dcollect_task_result.cpp20 void CollectTaskResult::Add(std::shared_ptr<CollectItemResult> value) in Add() function in OHOS::HiviewDFX::CollectTaskResult
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_block.cpp32 int AppEventBlock::Add(const std::string& package) in Add() function in OHOS::HiviewDFX::AppEventBlock
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_doc_lru_cache.cpp42 bool SysEventDocLruCache::Add(const LruCacheKey& key, const LruCacheValue& value) in Add() function in OHOS::HiviewDFX::EventStore::SysEventDocLruCache
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Djs_callback_manager.cpp88 void JsCallbackManager::Add(CallbackContext* context, CALLBACK_FUNC callback, in Add() function in OHOS::HiviewDFX::JsCallbackManager
/base/time/time_service/services/timer/src/
Dbatch.cpp53 bool Batch::Add(const std::shared_ptr<TimerInfo> &alarm) in Add() function in OHOS::MiscServices::Batch
/base/global/i18n/frameworks/intl/src/
Di18n_calendar.cpp219 void I18nCalendar::Add(UCalendarDateFields field, int32_t amount) in Add() function in OHOS::Global::I18n::I18nCalendar
/base/location/services/location_locator/locator/source/
Dwork_record.cpp176 bool WorkRecord::Add(int uid, int pid, std::string name, int timeInterval, std::string uuid) in Add() function in OHOS::Location::WorkRecord
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
Dsqlite_storage.cpp103 int SqliteStorage::Add(const DataType type, const std::vector<GenericValues>& values) in Add() function in OHOS::Security::AccessToken::SqliteStorage
/base/security/access_token/services/privacymanager/src/database/
Dpermission_used_record_db.cpp76 int32_t PermissionUsedRecordDb::Add(DataType type, const std::vector<GenericValues>& values) in Add() function in OHOS::Security::AccessToken::PermissionUsedRecordDb
/base/global/i18n/interfaces/js/kits/src/
Di18n_addon.cpp2140 napi_value I18nAddon::Add(napi_env env, napi_callback_info info) { in Add() function in OHOS::Global::I18n::I18nAddon