Home
last modified time | relevance | path

Searched refs:observerType (Results 1 - 9 of 9) sorted by relevance

/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnapi_accessibility_config.cpp256 std::string observerType = ""; in SubscribeState() local
258 if (!ParseString(env, observerType, args[PARAM0])) { in SubscribeState()
262 if (std::strcmp(observerType.c_str(), "enabledAccessibilityExtensionListChange") != 0 && in SubscribeState()
263 std::strcmp(observerType.c_str(), "installedAccessibilityListChange") != 0) { in SubscribeState()
264 HILOG_ERROR("args[PARAM0] is wrong[%{public}s", observerType.c_str()); in SubscribeState()
289 if (std::strcmp(observerType.c_str(), "enabledAccessibilityExtensionListChange") == 0) { in SubscribeState()
292 if (std::strcmp(observerType.c_str(), "installedAccessibilityListChange") == 0) { in SubscribeState()
313 std::string observerType = ""; in UnsubscribeState() local
315 if (!ParseString(env, observerType, args[PARAM0])) { in UnsubscribeState()
319 if (std::strcmp(observerType in UnsubscribeState()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h90 int TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const override;
H A Drd_single_ver_natural_store.cpp97 int RdSingleVerNaturalStore::TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const in TransObserverTypeToRegisterFunctionType() argument
103 auto funcType = GetFuncType(observerType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransObserverTypeToRegisterFunctionType()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp338 int GenericKvDB::TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const in TransObserverTypeToRegisterFunctionType() argument
340 (void)observerType; in TransObserverTypeToRegisterFunctionType()
H A Dgeneric_kvdb.h113 virtual int TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h147 int TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const override;
H A Dmulti_ver_natural_store.cpp1045 int MultiVerNaturalStore::TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const in TransObserverTypeToRegisterFunctionType() argument
1047 if (observerType == static_cast<uint32_t>(NATURAL_STORE_COMMIT_EVENT)) { in TransObserverTypeToRegisterFunctionType()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h125 int TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const override;
H A Dsqlite_single_ver_natural_store.cpp1684 int observerType, RegisterFuncType &type) const in TransObserverTypeToRegisterFunctionType()
1696 auto funcType = GetFuncType(observerType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransObserverTypeToRegisterFunctionType()
1683 TransObserverTypeToRegisterFunctionType( int observerType, RegisterFuncType &type) const TransObserverTypeToRegisterFunctionType() argument

Completed in 10 milliseconds