Searched refs:observerType (Results 1 - 9 of 9) sorted by relevance
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/ |
H A D | napi_accessibility_config.cpp | 256 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 D | rd_single_ver_natural_store.h | 90 int TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const override;
|
H A D | rd_single_ver_natural_store.cpp | 97 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 D | generic_kvdb.cpp | 338 int GenericKvDB::TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const in TransObserverTypeToRegisterFunctionType() argument 340 (void)observerType; in TransObserverTypeToRegisterFunctionType()
|
H A D | generic_kvdb.h | 113 virtual int TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.h | 147 int TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const override;
|
H A D | multi_ver_natural_store.cpp | 1045 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 D | sqlite_single_ver_natural_store.h | 125 int TransObserverTypeToRegisterFunctionType(int observerType, RegisterFuncType &type) const override;
|
H A D | sqlite_single_ver_natural_store.cpp | 1684 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