Home
last modified time | relevance | path

Searched defs:key (Results 2301 - 2325 of 5326) sorted by relevance

1...<<919293949596979899100>>...214

/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_test.cpp308 std::string key = "testKey"; in HWTEST_F() local
325 std::string key = "testKey"; in HWTEST_F() local
342 std::string key = "testKey"; in HWTEST_F() local
358 std::string key = "testKey"; in HWTEST_F() local
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput_interface.h50 uint32_t key; member
/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinput_parse.cpp44 void GetJsonData(cJSON *json, const std::string &key, std::string &val) in GetJsonData() argument
60 void GetJsonData(cJSON *json, const std::string &key, T &val) in GetJsonData() argument
75 void GetJsonData(cJSON *json, const std::string& key, std::vector<int32_t>& vals) in GetJsonData() argument
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp126 auto key = KeyEvent::Create(); in OnKeyEvent() local
[all...]
H A Dbytrace_adapter.cpp121 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace() argument
/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp97 std::shared_ptr<KeyEvent> key = KeyEvent::Create(); in HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp352 int32_t EventDispatchHandler::DispatchKeyEventPid(UDSServer& udsServer, std::shared_ptr<KeyEvent> key) in DispatchKeyEventPid() argument
372 int32_t EventDispatchHandler::DispatchKeyEvent(int32_t fd, UDSServer& udsServer, std::shared_ptr<KeyEvent> key) in DispatchKeyEvent() argument
[all...]
/foundation/multimodalinput/input/service/key_command/src/
H A Dsetting_datashare.cpp66 ErrCode SettingDataShare::GetIntValue(const std::string& key, int32_t& value, const std::string &strUri) in GetIntValue() argument
78 ErrCode SettingDataShare::GetLongValue(const std::string& key, int64_t& value, const std::string &strUri) in GetLongValue() argument
94 ErrCode SettingDataShare::GetBoolValue(const std::string& key, bool& value, const std::string &strUri) in GetBoolValue() argument
110 PutIntValue( const std::string& key, int32_t value, bool needNotify, const std::string &strUri) PutIntValue() argument
116 PutLongValue( const std::string& key, int64_t value, bool needNotify, const std::string &strUri) PutLongValue() argument
122 PutBoolValue( const std::string& key, bool value, bool needNotify, const std::string &strUri) PutBoolValue() argument
129 IsValidKey(const std::string& key, const std::string &strUri) IsValidKey() argument
136 CreateObserver(const std::string& key, SettingObserver::UpdateFunc& func) CreateObserver() argument
194 GetStringValue(const std::string& key, std::string& value, const std::string &strUri) GetStringValue() argument
234 PutStringValue( const std::string& key, const std::string& value, bool needNotify, const std::string &strUri) PutStringValue() argument
293 AssembleUri(const std::string& key, const std::string &strUri) AssembleUri() argument
[all...]
/foundation/multimedia/player_framework/services/utils/
H A Dmedia_utils.cpp251 bool __attribute__((visibility("default"))) GetPackageName(const char *key, std::string &value) in GetPackageName() argument
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp78 auto key = libinput_event_keyboard_get_key(keyBoard); in IsFingerprintEvent() local
255 auto key = libinput_event_keyboard_get_key(keyEvent); AnalyseKeyEvent() local
[all...]
/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_mgr_proxy.cpp467 ErrCode BackgroundTaskMgrProxy::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &key) in StopContinuousTask() argument
H A Dbackground_task_manager.cpp255 ErrCode BackgroundTaskManager::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &key) in StopContinuousTask() argument
H A Dbackground_task_mgr_stub.cpp444 std::string key = data.ReadString(); in HandleStopContinuousTask() local
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddecision_maker.cpp120 auto key = std::make_shared<KeyInfo>(appStateData.bundleName, appStateData.uid); in OnForegroundApplicationChanged() local
182 ErrCode DecisionMaker::Decide(const std::shared_ptr<KeyInfo>& key, const std::shared_ptr<DelaySuspendInfoEx>& delayInfo) in Decide() argument
160 CheckQuotaTime(const std::shared_ptr<PkgDelaySuspendInfo>& pkgInfo, const std::string &name, int32_t uid, const std::shared_ptr<KeyInfo>& key, bool &needSetTime) CheckQuotaTime() argument
234 auto key = std::make_shared<KeyInfo>(name, uid); PauseTransientTaskTimeForInner() local
253 auto key = std::make_shared<KeyInfo>(name, uid); StartTransientTaskTimeForInner() local
274 RemoveRequest(const std::shared_ptr<KeyInfo>& key, const int32_t requestId) RemoveRequest() argument
302 GetRemainingDelayTime(const std::shared_ptr<KeyInfo>& key, const int32_t requestId) GetRemainingDelayTime() argument
318 GetQuota(const std::shared_ptr<KeyInfo>& key) GetQuota() argument
439 auto key = std::make_shared<KeyInfo>(fgApp.bundleName, fgApp.uid); HandleScreenOn() local
[all...]
/foundation/resourceschedule/ffrt/src/eu/
H A Dblockaware.h226 static inline int BlockawareLoadSnapshot(unsigned long key, struct BlockawareDomainInfoArea *infoArea) in BlockawareLoadSnapshot() argument
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_service_mock_test.cpp39 T GetIntParameter(const std::string& key, T def) in GetIntParameter() argument
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dexpire_lru_cache.h41 void Add(const TKey& key, const TValue& val) in Add() argument
48 std::shared_ptr<TValue> Get(const TKey& key) in Get() argument
54 void Remove(const TKey& key) in Remove() argument
102 void DoAdd(const TKey& key, const TValue& value) in DoAdd() argument
140 DoGet(const TKey& key) DoGet() argument
162 DoRemove(const TKey& key) DoRemove() argument
[all...]
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Drunning_lock_strategy.cpp193 std::string key = std::to_string(info.uid) + "_" + info.name; in GetAllAppInfos() local
218 std::string key = std::to_string(info.uid_) + "_" + uidBundleNmeMap_[info.uid_]; in GetAllRunningAppInfo() local
247 std::string key = std::to_string(task->GetUid()) + "_" + task->GetBundleName(); in GetWorkSchedulerTask() local
265 std::string key = std::to_string(appInfo.uid) + "_" + appInfo.bundleName; in GetForegroundApplications() local
296 std::string key = std::to_string(task->GetCreatorUid()) + "_" + iter->second; GetBackgroundTaskApp() local
305 std::string key = std::to_string(task->GetUid()) + "_" + task->GetPackageName(); GetBackgroundTaskApp() local
572 auto key = std::to_string(uid) + "_" + bundleName; HandleProcessStatusChanged() local
[all...]
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp345 std::string key = std::to_string(currentRenderType) + " " + std::to_string(currentFps); in SetPara() local
H A Dpara_config.cpp160 std::string key = key1 + " " + key2; in ReadFrameConfig() local
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dmain.cpp208 int key = atoi(malloptItem[0].c_str()); in InitMallopt() local
/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp629 std::string key; in HWTEST_F() local
655 std::string key = "conditions"; in HWTEST_F() local
701 std::string key = "conditions"; in HWTEST_F() local
727 std::string key = "conditions"; in HWTEST_F() local
745 std::string key; in HWTEST_F() local
768 std::string key = "extra-messages"; HWTEST_F() local
788 std::string key = "extra-messages"; HWTEST_F() local
[all...]
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dpurgeable_mem_utils.cpp207 std::string key = words[ASHM_ID_INDEX] + std::string(" ") + words[ASHM_TIME_INDEX]; in GetashmIdToInfoMap() local
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dlocal_ability_manager_test.cpp426 std::pair<int32_t, int32_t> key = std::make_pair(SAID, MUT_SAID); in HWTEST_F() local
502 std::pair<int32_t, int32_t> key = std::make_pair(SAID, MUT_SAID); in HWTEST_F() local
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client.c34 SaName key; member

Completed in 22 milliseconds

1...<<919293949596979899100>>...214