Searched defs:PutBoolean (Results 1 – 3 of 3) sorted by relevance
35 uint32_t DistributedObjectImpl::PutBoolean(const std::string &key, bool value) in PutBoolean() function in OHOS::ObjectStore::DistributedObjectImpl
256 uint32_t FlatObjectStore::PutBoolean(const std::string &sessionId, const std::string &key, bool val… in PutBoolean() function in OHOS::ObjectStore::FlatObjectStore
88 static void PutBoolean(struct InfoContainer *self, size_t key, bool value) in PutBoolean() function