Home
last modified time | relevance | path

Searched refs:realType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp267 uint32_t realType = type; in SubscribeKvStore() local
287 realType &= ~SUBSCRIBE_TYPE_LOCAL; in SubscribeKvStore()
294 TakeOut(realType, observer); in SubscribeKvStore()
313 uint32_t realType = type; in UnSubscribeKvStore() local
329 realType &= ~SUBSCRIBE_TYPE_LOCAL; in UnSubscribeKvStore()
832 if ((pair.first & realType) == realType) { in PutIn()
833 realType = (realType & (~pair.first)); in PutIn()
848 realType = (realType & (~pair.first)); in PutIn()
849 pair.first = pair.first | realType; in PutIn()
860 if ((pair.first & realType) == 0) { in TakeOut()
[all …]
H A Dobserver_bridge.cpp37 Status ObserverBridge::RegisterRemoteObserver(uint32_t realType) in RegisterRemoteObserver() argument
41 remote_->realType_ |= realType; in RegisterRemoteObserver()
55 remote_->realType_ = realType; in RegisterRemoteObserver()
60 Status ObserverBridge::UnregisterRemoteObserver(uint32_t realType) in UnregisterRemoteObserver() argument
74 remote_->realType_ &= ~realType; in UnregisterRemoteObserver()
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddriver_info.cpp55 auto realType = item->type; in IsJsonObjValid() local
56 if (realType != cJSON_String) { in IsJsonObjValid()
58 member.c_str(), cJSON_String, realType); in IsJsonObjValid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dobserver_bridge.h33 Status RegisterRemoteObserver(uint32_t realType);
34 Status UnregisterRemoteObserver(uint32_t realType);
H A Dsingle_store_impl.h102 std::shared_ptr<ObserverBridge> PutIn(uint32_t &realType, std::shared_ptr<Observer> observer);
103 std::shared_ptr<ObserverBridge> TakeOut(uint32_t &realType, std::shared_ptr<Observer> observer);
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_kits.cpp182 std::string realType = GetMimeTypeBySuffix(realSuffix); in GetSandboxFlag() local
183 if (realType != DEFAULT_STRING) { in GetSandboxFlag()
184 want.SetType(realType); in GetSandboxFlag()