/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb_connection.cpp | 54 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 D | use-napi-about-custom-asynchronous-operations.md | 59 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 D | color_space_fuzzer.cpp | 65 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 D | hks_core_service_key_other.c | 151 int32_t HksCoreGetAbility(int32_t funcType) in HksCoreGetAbility() argument 153 (void)(funcType); in HksCoreGetAbility()
|
H A D | hks_core_interfaces.c | 104 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 D | shader_effect_fuzzer.cpp | 82 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 D | huks_access_mock.c | 105 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 D | hks_core_service_key_other.h | 38 int32_t HksCoreGetAbility(int32_t funcType);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_natural_store.h | 36 RegisterFuncType funcType; member
|
H A D | single_ver_natural_store.cpp | 98 return transMap[mid].funcType; in GetFuncType()
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-custom-asynchronous-operations.md | 59 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 D | rd_single_ver_natural_store.cpp | 103 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 D | huks_access.c | 161 ENABLE_CFI(int32_t HuksAccessGetAbility(int funcType)) in ENABLE_CFI() argument 168 return g_hksHalDevicePtr->HuksHdiGetAbility(funcType); in ENABLE_CFI()
|
H A D | huks_hdi_access.c | 234 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 D | distributeddb_interfaces_device_identifier_test.cpp | 384 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 D | dlp_permission_stub.h | 72 RequestFuncType funcType; member
|
H A D | dlp_permission_stub.cpp | 84 auto requestFunc = itFunc->second.funcType; in OnRemoteRequest()
|
/ohos5.0/drivers/peripheral/huks/hdi_service/ |
H A D | huks_sa_hdi_struct.h | 148 int32_t (*HuksHdiGetAbility)(int32_t funcType);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.h | 254 #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 D | audio_bluetooth_manager.cpp | 194 #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 D | huks_access.h | 57 int32_t HuksAccessGetAbility(int funcType);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.cpp | 1642 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 D | rsmarshallinghelper_fuzzer.cpp | 272 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 D | huks_hdi.h | 446 int32_t (*HuksHdiGetAbility)(int32_t funcType);
|