Home
last modified time | relevance | path

Searched refs:DeleteInner (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_scheduler_stub.h54 int DeleteInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp262 return DeleteInner(option, key); in Delete()
290 return DeleteInner(option, key); in DeleteLocal()
904 DBStatus KvStoreNbDelegateImpl::DeleteInner(const IOption &option, const Key &key) in DeleteInner() function in DistributedDB::KvStoreNbDelegateImpl
H A Dkv_store_nb_delegate_impl.h190 DBStatus DeleteInner(const IOption &option, const Key &key);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_stub.cpp102 return DeleteInner(data, reply); in OnRemoteRequestInnerFirst()
412 int AbilitySchedulerStub::DeleteInner(MessageParcel &data, MessageParcel &reply) in DeleteInner() function in OHOS::AAFwk::AbilitySchedulerStub