Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 77) sorted by relevance

1234

/base/location/test/location_locator/source/
Dwork_record_test.cpp60 EXPECT_EQ(false, emptyWorkrecord->Remove("emptyRecord"));
61 EXPECT_EQ(false, emptyWorkrecord->Remove(SYSTEM_UID, 0, "emptyRecord", "10000"));
74 EXPECT_EQ(false, workrecord->Remove("WrongName"));
76 EXPECT_EQ(true, workrecord->Remove("name"));
81 EXPECT_EQ(false, workrecord->Remove(SYSTEM_UID, 0, "WrongName", "0"));
83 EXPECT_EQ(false, workrecord->Remove(999, 0, "name", "0"));
85 EXPECT_EQ(false, workrecord->Remove(999, 0, "WrongName", "0"));
87 EXPECT_EQ(false, workrecord->Remove(999, 1, "name", "0"));
89 EXPECT_EQ(false, workrecord->Remove(999, 1, "WrongName", "0"));
91 EXPECT_EQ(false, workrecord->Remove(SYSTEM_UID, 1, "WrongName", "0"));
[all …]
/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
Deventqueueannex_fuzzer.cpp59 eventQueue.Remove(myHandler); in DoSomethingInterestingWithMyAPI()
60 eventQueue.Remove(myHandler, innerEventId); in DoSomethingInterestingWithMyAPI()
61 eventQueue.Remove(myHandler, innerEventId, param); in DoSomethingInterestingWithMyAPI()
62 eventQueue.Remove(myHandler, stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/interfaces/inner_api/
Devent_queue.h94 void Remove(const std::shared_ptr<EventHandler> &owner);
102 void Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId);
111 void Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int64_t param);
119 void Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name);
245 void Remove(const RemoveFilter &filter);
/base/time/time_service/services/timer/include/
Dbatch.h40 bool Remove(const TimerInfo &alarm);
41 bool Remove(std::function<bool(const TimerInfo &)> predicate);
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_doc_lru_cache.cpp53 return Remove(lruList_.back()); in Add()
58 bool SysEventDocLruCache::Remove(const LruCacheKey& key) in Remove() function in OHOS::HiviewDFX::EventStore::SysEventDocLruCache
/base/location/services/location_locator/locator/include/
Dwork_record.h31 bool Remove(int uid, int pid, std::string name, std::string uuid);
35 bool Remove(std::string name);
/base/request/request/services/service/rust/src/
Ddownload_server_ipc_interface_code.rs28 Remove, enumerator
Dlib.rs64 _ if code == RequestInterfaceCode::Remove as u32 => Ok(RequestInterfaceCode::Remove), in try_from()
134 RequestInterfaceCode::Remove => stub.remove(data, reply), in on_remote_request()
/base/time/time_service/services/timer/src/
Dbatch.cpp77 bool Batch::Remove(const TimerInfo &alarm) in Remove() function in OHOS::MiscServices::Batch
79 return Remove([alarm] (const TimerInfo &a) { return a == alarm; }); in Remove()
82 bool Batch::Remove(std::function<bool (const TimerInfo &)> predicate) in Remove() function in OHOS::MiscServices::Batch
/base/request/request/frameworks/js/napi/src/upload/
Dupload_task.cpp42 Remove(); in ~UploadTask()
46 bool UploadTask::Remove() in Remove() function in OHOS::Request::Upload::UploadTask
52 curlAdp_->Remove(); in Remove()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp142 Remove(filter); in RemoveOrphan()
172 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner) in Remove() function in OHOS::AppExecFwk::EventQueue
181 Remove(filter); in Remove()
184 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in Remove() function in OHOS::AppExecFwk::EventQueue
195 Remove(filter); in Remove()
198 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int64_t … in Remove() function in OHOS::AppExecFwk::EventQueue
210 Remove(filter); in Remove()
213 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) in Remove() function in OHOS::AppExecFwk::EventQueue
224 Remove(filter); in Remove()
227 void EventQueue::Remove(const RemoveFilter &filter) in Remove() function in OHOS::AppExecFwk::EventQueue
Devent_handler.cpp146 eventRunner_->GetEventQueue()->Remove(shared_from_this()); in RemoveAllEvents()
156 eventRunner_->GetEventQueue()->Remove(shared_from_this(), innerEventId); in RemoveEvent()
166 eventRunner_->GetEventQueue()->Remove(shared_from_this(), innerEventId, param); in RemoveEvent()
176 eventRunner_->GetEventQueue()->Remove(shared_from_this(), name); in RemoveTask()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_block.h36 int Remove(int num);
/base/security/access_token/services/accesstokenmanager/main/cpp/include/database/
Ddata_storage.h42 virtual int Remove(const DataType type, const GenericValues& conditions) = 0;
/base/hiviewdfx/hiview/adapter/service/idl/include/
Dihiview_service_ability.h35 virtual int32_t Remove(const std::string& logType, const std::string& logName) = 0;
Dhiview_service_ability_proxy.h35 int32_t Remove(const std::string& logType, const std::string& logName) override;
Dhiview_service_agent.h32 static int32_t Remove(const std::string& logType, const std::string& logName);
/base/hiviewdfx/hiview/interfaces/js/napi/src/
Dnapi_hiview_js.cpp127 static napi_value Remove(napi_env env, napi_callback_info info) in Remove() function
150 int32_t retCode = HiviewServiceAgent::Remove(logType, logName); in Remove()
165 DECLARE_NAPI_FUNCTION("remove", Remove) in Init()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_block.cpp37 int AppEventBlock::Remove(int num) in Remove() function in OHOS::HiviewDFX::AppEventBlock
/base/security/access_token/services/common/database/include/
Dgeneric_values.h51 void Remove(const std::string& key);
/base/hiviewdfx/hiview/adapter/service/idl/src/
Dhiview_service_agent.cpp71 int32_t HiviewServiceAgent::Remove(const std::string& logType, const std::string& logName) in Remove() function in OHOS::HiviewDFX::HiviewServiceAgent
79 return proxy.Remove(logType, logName); in Remove()
/base/hiviewdfx/hiview/service/
Dhiview_service.h37 int32_t Remove(const std::string& filePath);
/base/hiviewdfx/hiview/base/event_store/store/include/
Dsys_event_doc_lru_cache.h41 bool Remove(const LruCacheKey& key);
/base/telephony/core_service/services/tel_ril/include/
Dobserver_handler.h36 void Remove(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> handler);
/base/update/updateservice/services/core/ability/preference/src/
Dpreference_utils_empty.cpp95 bool PreferencesUtil::Remove(const std::string &key) in Remove() function in OHOS::UpdateEngine::PreferencesUtil

1234