Home
last modified time | relevance | path

Searched refs:funcType (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.cpp54 RegisterFuncType funcType = RegisterFuncType::REGISTER_FUNC_TYPE_MAX; in RegisterObserverForOneType() local
55 int errCode = kvDB_->TransObserverTypeToRegisterFunctionType(type, funcType); in RegisterObserverForOneType()
59 errCode = kvDB_->RegisterFunction(funcType); in RegisterObserverForOneType()
65 (void)(kvDB_->UnregisterFunction(funcType)); in RegisterObserverForOneType()
151 RegisterFuncType funcType = RegisterFuncType::REGISTER_FUNC_TYPE_MAX; in UnRegisterObserver() local
153 errCode = kvDB_->TransObserverTypeToRegisterFunctionType(type, funcType); in UnRegisterObserver()
158 errCode = kvDB_->UnregisterFunction(funcType); in UnRegisterObserver()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-about-custom-asynchronous-operations.md59 napi_valuetype funcType;
60 napi_typeof(env, func, &funcType);
80 if (funcType == napi_function) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
H A Dcolor_space_fuzzer.cpp65 uint32_t funcType = GetObject<uint32_t>(); in ColorSpaceFuzzTest002() local
68 static_cast<CMSTransferFuncType>(funcType % FUNCTYPE_SIZE), in ColorSpaceFuzzTest002()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_other.c151 int32_t HksCoreGetAbility(int32_t funcType) in HksCoreGetAbility() argument
153 (void)(funcType); in HksCoreGetAbility()
H A Dhks_core_interfaces.c104 int32_t HuksHdiGetAbility(int32_t funcType) in HuksHdiGetAbility() argument
106 return HksCoreGetAbility(funcType); in HuksHdiGetAbility()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/shadereffect_fuzzer/
H A Dshader_effect_fuzzer.cpp82 uint32_t funcType = GetObject<uint32_t>(); in ShaderEffectFuzzTest002() local
85 static_cast<CMSTransferFuncType>(funcType % FUNCTYPE_SIZE), in ShaderEffectFuzzTest002()
226 uint32_t funcType = GetObject<uint32_t>(); in ShaderEffectFuzzTest005() local
231 static_cast<CMSTransferFuncType>(funcType % FUNCTYPE_SIZE), in ShaderEffectFuzzTest005()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/mock/idl/src/
H A Dhuks_access_mock.c105 ENABLE_CFI(int32_t HuksAccessGetAbility(int funcType)) in ENABLE_CFI() argument
107 return HksCoreGetAbility(funcType); in ENABLE_CFI()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/include/
H A Dhks_core_service_key_other.h38 int32_t HksCoreGetAbility(int32_t funcType);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store.h36 RegisterFuncType funcType; member
H A Dsingle_ver_natural_store.cpp98 return transMap[mid].funcType; in GetFuncType()
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-custom-asynchronous-operations.md59 napi_valuetype funcType;
60 napi_typeof(env, func, &funcType);
80 if (funcType == napi_function) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp103 auto funcType = GetFuncType(observerType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransObserverTypeToRegisterFunctionType() local
104 if (funcType == RegisterFuncType::REGISTER_FUNC_TYPE_MAX) { in TransObserverTypeToRegisterFunctionType()
107 type = funcType; in TransObserverTypeToRegisterFunctionType()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/
H A Dhuks_access.c161 ENABLE_CFI(int32_t HuksAccessGetAbility(int funcType)) in ENABLE_CFI() argument
168 return g_hksHalDevicePtr->HuksHdiGetAbility(funcType); in ENABLE_CFI()
H A Dhuks_hdi_access.c234 ENABLE_CFI(int32_t HuksAccessGetAbility(int funcType)) in ENABLE_CFI() argument
236 (void)(funcType); in ENABLE_CFI()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp384 RegisterFuncType funcType = RegisterFuncType::OBSERVER_SINGLE_VERSION_NS_PUT_EVENT; variable
385 EXPECT_EQ(errStore->TransConflictTypeToRegisterFunctionType(0, funcType), -E_NOT_SUPPORT);
391 EXPECT_EQ(errStore->TransObserverTypeToRegisterFunctionType(0, funcType), -E_NOT_SUPPORT);
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_permission_stub.h72 RequestFuncType funcType; member
H A Ddlp_permission_stub.cpp84 auto requestFunc = itFunc->second.funcType; in OnRemoteRequest()
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_sa_hdi_struct.h148 int32_t (*HuksHdiGetAbility)(int32_t funcType);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h254 #define PARSE_PROPERTY(env, property, funcType, value) \ argument
256 NAPI_CALL_BASE(env, napi_get_value_##funcType(env, property, (&(value))), false); \
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp194 #define GET_SYM_ERRPR_RET(handle, funcType, funcPtr, funcStr) \ argument
196 funcPtr = (funcType)dlsym(handle, funcStr); \
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/include/
H A Dhuks_access.h57 int32_t HuksAccessGetAbility(int funcType);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1642 auto funcType = GetFuncType(observerType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransObserverTypeToRegisterFunctionType() local
1643 if (funcType == RegisterFuncType::REGISTER_FUNC_TYPE_MAX) { in TransObserverTypeToRegisterFunctionType()
1646 type = funcType; in TransObserverTypeToRegisterFunctionType()
1661 auto funcType = GetFuncType(conflictType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransConflictTypeToRegisterFunctionType() local
1662 if (funcType == RegisterFuncType::REGISTER_FUNC_TYPE_MAX) { in TransConflictTypeToRegisterFunctionType()
1665 type = funcType; in TransConflictTypeToRegisterFunctionType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp272 uint32_t funcType = GetData<uint32_t>(); in DoMarshallingHelper005() local
275 static_cast<CMSTransferFuncType>(funcType % FUNCTYPE_SIZE), in DoMarshallingHelper005()
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhuks_hdi.h446 int32_t (*HuksHdiGetAbility)(int32_t funcType);