/ohos5.0/base/security/device_auth/services/frameworks/src/module/ |
H A D | dev_auth_module_manager.c | 33 static AuthModuleBase *GetModule(int moduleType) in GetModule() 47 int userType, int moduleType) in IsParamsForDasTokenManagerValid() 69 int32_t RegisterLocalIdentity(const AuthModuleParams *moduleParams, int moduleType) in RegisterLocalIdentity() 97 int32_t UnregisterLocalIdentity(const AuthModuleParams *moduleParams, int moduleType) in UnregisterLocalIdentity() 125 int32_t DeletePeerAuthInfo(const AuthModuleParams *moduleParams, int moduleType) in DeletePeerAuthInfo() 153 int32_t GetPublicKey(int moduleType, AuthModuleParams *moduleParams, Uint8Buff *returnPk) in GetPublicKey() 182 int32_t CheckMsgRepeatability(const CJson *in, int moduleType) in CheckMsgRepeatability() 196 int32_t CreateTask(int32_t *taskId, const CJson *in, CJson *out, int moduleType) in CreateTask() 217 int32_t ProcessTask(int taskId, const CJson *in, CJson *out, int32_t *status, int moduleType) in ProcessTask() 242 void DestroyTask(int taskId, int moduleType) in DestroyTask() [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | uds_server_test.cpp | 191 const int32_t moduleType = 1; variable 215 const int32_t moduleType = 1; variable 238 const int32_t moduleType = 1; variable 264 const int32_t moduleType = 1; variable 288 const int32_t moduleType = 1; variable 313 const int32_t moduleType = 1; variable 336 const int32_t moduleType = 1; variable 359 const int32_t moduleType = 1; variable 383 const int32_t moduleType = 1; variable 408 const int32_t moduleType = 1; variable [all …]
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_schedule_node_callback.h | 30 …void OnScheduleProcessed(ExecutorRole src, int32_t moduleType, const std::vector<uint8_t> &acquire… in OnScheduleProcessed()
|
/ohos5.0/drivers/peripheral/location/agnss/hdi_service/ |
H A D | agnss_interface_impl.cpp | 139 int moduleType = static_cast<int>(GnssModuleIfaceCategory::AGNSS_MODULE_INTERFACE); in SetAgnssCallback() local 159 int moduleType = static_cast<int>(GnssModuleIfaceCategory::AGNSS_MODULE_INTERFACE); in SetAgnssServer() local 178 int moduleType = static_cast<int>(GnssModuleIfaceCategory::AGNSS_MODULE_INTERFACE); in SetAgnssRefInfo() local 231 int moduleType = static_cast<int>(GnssModuleIfaceCategory::AGNSS_MODULE_INTERFACE); in SetSubscriberSetId() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | paMgmt.js | 16 function isSystemplugin(shortName, moduleType) { argument
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/ |
H A D | delegator_mgmt.js | 16 function isSystemplugin(shortName, moduleType) { argument
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_common.c | 187 struct PlatformModuleInfo *PlatformModuleInfoGet(enum PlatformModuleType moduleType) in PlatformModuleInfoGet()
|
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/ |
H A D | gnss_interface_impl.cpp | 354 int moduleType = static_cast<int>(GnssModuleIfaceCategory::GNSS_NET_INITIATED_MODULE_INTERFACE); in EnableGnss() local 526 int moduleType = static_cast<int>(GnssModuleIfaceCategory::GNSS_NET_INITIATED_MODULE_INTERFACE); in SendNiUserResponse() local 544 int moduleType = static_cast<int>(GnssModuleIfaceCategory::GNSS_NET_INITIATED_MODULE_INTERFACE); in SendNetworkInitiatedMsg() local 576 int moduleType = static_cast<int>(GnssModuleIfaceCategory::GNSS_MEASUREMENT_MODULE_INTERFACE); in EnableGnssMeasurement() local 603 int moduleType = static_cast<int>(GnssModuleIfaceCategory::GNSS_MEASUREMENT_MODULE_INTERFACE); in DisableGnssMeasurement() local
|
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_params.cpp | 21 AllocSocketPairParam::AllocSocketPairParam(const std::string &programName, int32_t moduleType) in AllocSocketPairParam()
|
H A D | socket_session.cpp | 32 SocketSession::SocketSession(const std::string &programName, int32_t moduleType, in SocketSession()
|
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_params.cpp | 21 AllocSocketPairParam::AllocSocketPairParam(const std::string &programName, int32_t moduleType) in AllocSocketPairParam()
|
H A D | socket_session.cpp | 32 SocketSession::SocketSession(const std::string &programName, int32_t moduleType, in SocketSession()
|
/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_defines.h | 28 int32_t moduleType; member
|
/ohos5.0/base/telephony/core_service/telephonyres/main/ |
H A D | config.json | 30 "moduleType": "entry" string
|
/ohos5.0/base/msdp/device_status/rust/services/binding/src/ |
H A D | fusion_services_binding.cpp | 78 int32_t moduleType, int32_t *toReturnClientFd, int32_t *tokenType) in NativeServiceAllocSocketFd()
|
/ohos5.0/base/msdp/device_status/utils/ipc/src/ |
H A D | stream_session.cpp | 39 StreamSession::StreamSession(const std::string &programName, int32_t moduleType, int32_t fd, int32_… in StreamSession()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
H A D | compatible_auth_sub_session.c | 123 static int32_t ProcessClientAuthTaskInner(CompatibleAuthSubSession *session, int32_t moduleType, CJ… in ProcessClientAuthTaskInner() 221 static int32_t ProcessServerAuthTaskInner(CompatibleAuthSubSession *session, int32_t moduleType, in ProcessServerAuthTaskInner() 257 int32_t moduleType = GetAuthModuleType(paramInSession); in ProcessServerAuthTask() local
|
H A D | compatible_auth_sub_session_util.c | 25 int moduleType = INVALID_MODULE_TYPE; in AuthFormToModuleType() local
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/resources/main/ |
H A D | config.json | 33 "moduleType": "entry" string
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | module_info.h | 82 char *moduleType; member
|
/ohos5.0/base/security/device_auth/services/frameworks/inc/module/ |
H A D | dev_auth_module_manager.h | 27 int moduleType; member
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/music/src/main/ |
H A D | config.json | 32 "moduleType": "entry", string
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/alarm/src/main/ |
H A D | config.json | 22 "moduleType": "entry" string
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/airquality/src/main/ |
H A D | config.json | 25 "moduleType": "entry" string
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | base_context.cpp | 115 void BaseContext::OnScheduleProcessed(ExecutorRole src, int32_t moduleType, const std::vector<uint8… in OnScheduleProcessed()
|