Home
last modified time | relevance | path

Searched defs:valueRef (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_ffi.cpp125 int32_t FfiOHOSPreferencesOn(int64_t id, const char* mode, void (*callbackRef)(const char* valueRef)) in FfiOHOSPreferencesOn() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_timer_module.cpp171 std::shared_ptr<NativeReference> valueRef; in StartTimeoutOrInterval() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.cpp331 auto valueRef = JsiValueConvertor::toJsiValueWithVM<std::string>(vm, value); in ToJsonObject() local
346 auto valueRef = JsiValueConvertor::toJsiValueWithVM<std::string>(GetEcmaVM(), value); in SetPropertyJsonObject() local
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_ffi.cpp354 int32_t FfiOHOSDistributedKVStoreSingleKVStoreOnSyncComplete(int64_t id, void (*callbackId)(const CStringNum valueRef)) in FfiOHOSDistributedKVStoreSingleKVStoreOnSyncComplete() argument
325 FfiOHOSDistributedKVStoreSingleKVStoreOnDataChange(int64_t id, uint8_t type, void (*callbackId)(const CChangeNotification valueRef)) FfiOHOSDistributedKVStoreSingleKVStoreOnDataChange() argument
335 FfiOHOSDistributedKVStoreSingleKVStoreOffDataChange(int64_t id, void (*callbackId)(const CChangeNotification valueRef)) FfiOHOSDistributedKVStoreSingleKVStoreOffDataChange() argument
H A Ddistributed_kv_store_impl.cpp639 int32_t CJSingleKVStore::OnDataChange(uint8_t type, void (*callbackId)(const CChangeNotification valueRef)) in OnDataChange() argument
655 int32_t CJSingleKVStore::OffDataChange(void (*callbackId)(const CChangeNotification valueRef)) in OffDataChange() argument
694 int32_t CJSingleKVStore::OnSyncComplete(void (*callbackId)(const CStringNum valueRef)) in OnSyncComplete() argument

Completed in 8 milliseconds