Home
last modified time | relevance | path

Searched defs:type (Results 8426 - 8450 of 20779) sorted by relevance

1...<<331332333334335336337338339340>>...832

/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Ddlp_fuse_test.cpp206 std::string type = FUSE_TYPE; in PrepareDlpFuseFsMount() local
[all...]
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dfirst_use_dialog.cpp183 uint64_t type; in ParseRecords() local
300 SecCompType type = entity->GetType(); in StartDialogAbility() local
148 ParseRecord(nlohmann::json& jsonRes, AccessToken::AccessTokenID& id, uint64_t& type) ParseRecord() argument
347 SecCompType type = entity->GetType(); SetFirstUseMap() local
393 SecCompType type = entity->GetType(); NotifyFirstUseDialog() local
[all...]
H A Dsec_comp_manager.cpp348 int32_t SecCompManager::RegisterSecurityComponent(SecCompType type, in RegisterSecurityComponent() argument
305 SendCheckInfoEnhanceSysEvent(int32_t scId, SecCompType type, const std::string& scene, int32_t res) SendCheckInfoEnhanceSysEvent() argument
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dhap_restorecon.cpp572 std::string type = g_sehapContextsTrie->Search(keyPara, isDomain); in HapContextsLookup() local
579 int HapContext::TypeSet(const std::string &type, context_ argument
[all...]
/base/startup/init/services/begetctl/shell/
H A Dshell_bas.c662 int32_t BShellEnvSetParam(BShellHandle handle, const char *name, const char *desc, BShellParamType type, void *value) in BShellEnvSetParam() argument
[all...]
/base/startup/init/test/unittest/param/
H A Dtrigger_unittest.cpp117 TriggerHeader *GetTriggerHeader(int type) in GetTriggerHeader() argument
122 JobNode *AddTrigger(int type, const char *name, const char *condition, uint32_t size) in AddTrigger() argument
H A Dparamservice_unittest.cpp336 int AddWatch(int type, const char *name, const char *value) in AddWatch() argument
/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_napi_utils.cpp42 bool IsMatchType(const napi_env &env, const napi_value &value, const napi_valuetype &type) in IsMatchType() argument
154 bool CreateFailMessage(CallbackDataType type, int32_t code, string message, in CreateFailMessage() argument
[all...]
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c67 SandboxMountNode *CreateSandboxMountNode(uint32_t dataLen, uint32_t type) in CreateSandboxMountNode() argument
103 GetPathMountNode(const SandboxSection *section, int type, const char *source, const char *target) GetPathMountNode() argument
194 InitSandboxSection(SandboxSection *section, int type) InitSandboxSection() argument
275 CreateSandboxSection(const char *name, uint32_t dataLen, uint32_t type) CreateSandboxSection() argument
352 GetAppSpawnSandbox(const AppSpawnMgr *content, ExtDataType type) GetAppSpawnSandbox() argument
423 InitSandboxQueue(SandboxQueue *queue, uint32_t type) InitSandboxQueue() argument
436 CreateAppSpawnSandbox(ExtDataType type) CreateAppSpawnSandbox() argument
547 ExtDataType type = CheckAppMsgFlagsSet(property, APP_FLAGS_ISOLATED_SANDBOX_TYPE) ? EXT_DATA_ISOLATED_SANDBOX : SpawnBuildSandboxEnv() local
651 ExtDataType type = CheckAppMsgFlagsSet(property, APP_FLAGS_ISOLATED_SANDBOX_TYPE) ? EXT_DATA_ISOLATED_SANDBOX : SpawnPrepareSandboxCfg() local
[all...]
/base/startup/init/services/param/include/
H A Dparam_common.h78 uint8_t type; member
89 uint8_t type; member
/base/startup/init/services/init/
H A Dinit_group_manager.c82 static int ParseGroupCfgItem(cJSON *root, int type, const char *itemName) in ParseGroupCfgItem() argument
262 InitGroupNode *AddGroupNode(int type, const char *name) in AddGroupNode() argument
287 GetGroupNode(int type, const char *name) GetGroupNode() argument
299 GetNextGroupNode(int type, const InitGroupNode *curr) GetNextGroupNode() argument
308 DelGroupNode(int type, const char *name) DelGroupNode() argument
333 CheckNodeValid(int type, const char *name) CheckNodeValid() argument
353 GetGroupHashMap(int type) GetGroupHashMap() argument
[all...]
/base/startup/init/test/systest/
H A Dloopclient_systest.c378 char type[128]; in main() local
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob_lite.c45 static int32_t GetSalt(enum DeriveType type, const struct HksBlob *random, struct HksBlob *salt) in GetSalt() argument
67 static int32_t GetDeriveMaterial(enum DeriveType type, const struct HksBlob *random, struct HksBlob *derivedMaterial) in GetDeriveMaterial() argument
/base/sensors/sensor/frameworks/cj/src/
H A Dcj_sensor_impl.cpp179 void CJSensorImpl::AddCallback2Map(int32_t type, SensorCallbackType callback) in AddCallback2Map() argument
185 void CJSensorImpl::DelCallback(int32_t type) in DelCallback() argument
191 std::optional<SensorCallbackType> CJSensorImpl::FindCallback(int32_t type) in FindCallback() argument
/base/startup/init/services/param/trigger/
H A Dtrigger_processor.c159 static void SendTriggerEvent(int type, const char *content, uint32_t contentLen) in SendTriggerEvent() argument
166 PostParamTrigger(int type, const char *name, const char *value) PostParamTrigger() argument
181 PostTrigger(EventType type, const char *content, uint32_t contentLen) PostTrigger() argument
187 GetTriggerType(const char *type) GetTriggerType() argument
240 int type = GetTriggerType(name); ParseTrigger_() local
298 CheckAndMarkTrigger(int type, const char *name) CheckAndMarkTrigger() argument
349 RegisterTriggerExec(int type, int32_t (*executeTrigger)(const struct tagTriggerNode_ *, const char *, uint32_t)) RegisterTriggerExec() argument
390 int type = GetTriggerType(name); AddCompleteJob() local
[all...]
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_register.cpp68 UpdateNetworkSearchState(RegServiceState regStatus, RadioTech tech, RoamingType roam, DomainType type) UpdateNetworkSearchState() argument
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp1388 std::string type = "test"; in HWTEST_F() local
/base/telephony/call_manager/services/audio/src/
H A Daudio_proxy.cpp152 VibrationType type = VibrationType::VIBRATION_RINGTONE; in StartVibrator() local
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager5_gtest.cpp617 FeatureType type = static_cast<FeatureType>(3); in HWTEST_F() local
713 FeatureType type = static_cast<FeatureType>(3); HWTEST_F() local
[all...]
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp142 int32_t type; in HangUp() local
143 std::cin >> type; in HangUp() local
349 int32_t type = 0; in SetCallTransferInfo() local
350 std::cin >> type; in SetCallTransferInfo() local
368 int32_t type = 0; GetCallTransferInfo() local
369 std::cin >> type; GetCallTransferInfo() local
[all...]
/base/telephony/cellular_call/services/control/src/
H A Dims_control.cpp127 int32_t IMSControl::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp() argument
[all...]
H A Dcs_control.cpp163 int32_t CSControl::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp() argument
[all...]
/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp94 int32_t ApnManager::FindApnIdByApnName(const std::string &type) in FindApnIdByApnName() argument
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_data_parcel.h57 std::string type = ""; member
[all...]
H A Dtel_ril_types.h219 ResponseTypes type member
230 ResponseTypes type = ResponseTypes::RESPONSE_REQUEST; global() member
[all...]

Completed in 35 milliseconds

1...<<331332333334335336337338339340>>...832