| /base/telephony/ril_adapter/services/hril/src/ |
| H A D | hril_network.cpp | 214 int32_t HRilNetwork::SetLocateUpdates(int32_t serialId, const HDI::Ril::V1_1::RilRegNotifyMode mode) in SetLocateUpdates() argument 237 int32_t HRilNetwork::SetNrOptionMode(int32_t serialId, int32_t mode) in SetNrOptionMode() argument
|
| H A D | hril_call.cpp | 329 int32_t HRilCall::SetCallPreferenceMode(int32_t serialId, int32_t mode) in SetCallPreferenceMode() argument 682 int32_t mode = 0; in GetCallPreferenceModeResponse() local [all...] |
| /base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
| H A D | ims_call_stub.cpp | 175 auto mode = static_cast<CLIRMode>(data.ReadInt32()); in OnDial() local 358 int32_t mode = data.ReadInt32(); in OnSetDomainPreferenceMode() local 544 int32_t mode = data.ReadInt32(); in OnSetCallTransfer() local 564 int32_t mode = data.ReadInt32(); in OnSetCallRestriction() local
|
| /base/telephony/cellular_call/services/manager/src/ |
| H A D | cellular_call_stub.cpp | 569 auto mode = static_cast<ImsCallMode>(data.ReadInt32()); in OnSendUpdateCallMediaModeRequestInner() local 589 auto mode = static_cast<ImsCallMode>(data.ReadInt32()); in OnSendUpdateCallMediaModeResponseInner() local 887 int32_t mode = data.ReadInt32(); in OnSetDomainPreferenceModeInner() local
|
| /base/telephony/cellular_call/test/unittest/cstest/ |
| H A D | cs2_test.cpp | 811 int32_t mode = 1; in HWTEST_F() local 846 int32_t mode = 1; in HWTEST_F() local
|
| /base/telephony/core_service/services/tel_ril/src/ |
| H A D | tel_ril_network.cpp | 98 int32_t TelRilNetwork::SetLocateUpdates(RegNotifyMode mode, const AppExecFwk::InnerEvent::Pointer &response) in SetLocateUpdates() argument 116 int32_t TelRilNetwork::SetNrOptionMode(int32_t mode, const AppExecFwk::InnerEvent::Pointer &response) in SetNrOptionMode() argument 377 int32_t TelRilNetwork::GetNrOptionModeResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t mode) in GetNrOptionModeResponse() argument
|
| H A D | tel_ril_sim.cpp | 346 SetSimLock( std::string fac, int32_t mode, std::string passwd, const AppExecFwk::InnerEvent::Pointer &response) SetSimLock() argument
|
| /base/telephony/ril_adapter/services/vendor/src/ |
| H A D | at_call.c | 75 int32_t mode; in CallCmdCLCC() local 1111 int32_t mode = VENDOR_FAIL; in ReqGetCallPreferenceMode() local 1143 ReqSetCallPreferenceMode(const ReqDataInfo *requestInfo, int32_t mode) ReqSetCallPreferenceMode() argument [all...] |
| /base/telephony/call_manager/interfaces/innerkits/ |
| H A D | call_manager_inner_type.h | 213 int32_t mode = 0; member 396 ImsCallMode mode = ImsCallMode::CALL_MODE_AUDIO_ONLY; member [all...] |
| H A D | call_manager_info.h | 725 CallRestrictionMode mode = CallRestrictionMode::RESTRICTION_MODE_DEACTIVATION; member
|
| /base/telephony/call_manager/services/telephony_interaction/src/ |
| H A D | cellular_call_connection.cpp | 496 int CellularCallConnection::SetCallPreferenceMode(int32_t slotId, int32_t mode) in SetCallPreferenceMode() argument 713 int32_t CellularCallConnection::SendUpdateCallMediaModeRequest(const CellularCallInfo &callInfo, ImsCallMode mode) in SendUpdateCallMediaModeRequest() argument 727 int32_t CellularCallConnection::SendUpdateCallMediaModeResponse(const CellularCallInfo &callInfo, ImsCallMode mode) in SendUpdateCallMediaModeResponse() argument
|
| /base/telephony/core_service/services/network_search/test/ |
| H A D | test.cpp | 328 int32_t mode = 0; in TestSetNrOptionMode() local 330 std::cin >> mode; in TestSetNrOptionMode() local 474 NrMode mode = NrMode::NR_MODE_UNKNOWN; in TestGetNrOptionMode() local
|
| /base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
| H A D | zero_branch_test.cpp | 404 int32_t mode = 1; in HWTEST_F() local 1069 int32_t mode = 0; in HWTEST_F() local
|
| /base/telephony/call_manager/frameworks/native/src/ |
| H A D | call_manager_service_proxy.cpp | 560 int32_t CallManagerServiceProxy::SetCallPreferenceMode(int32_t slotId, int32_t mode) in SetCallPreferenceMode() argument 1004 int32_t CallManagerServiceProxy::UpdateImsCallMode(int32_t callId, ImsCallMode mode) in UpdateImsCallMode() argument
|
| /base/telephony/call_manager/services/call_manager_service/src/ |
| H A D | call_manager_service_stub.cpp | 807 int32_t mode = data.ReadInt32(); in OnSetCallPreferenceMode() local 1093 ImsCallMode mode = static_cast<ImsCallMode>(data.ReadUint32()); in OnUpdateCallMediaMode() local
|
| /base/update/updater/utils/ |
| H A D | utils.cpp | 117 mode_t mode = 0660; in SaveLogs() local 378 std::ios_base::openmode mode = isAppend ? std::ios::app | std::ios::out : std::ios_base::out; in CopyFile() local 481 mode_t mode = 0660; in CompressFiles() local 521 mode_t mode = 0660; in CompressLogs() local 759 std::string TrimUpdateMode(const std::string &mode) in TrimUpdateMode() argument 780 CheckUpdateMode(const std::string &mode) CheckUpdateMode() argument 967 SetFileAttributes(const std::string& file, uid_t owner, gid_t group, mode_t mode) SetFileAttributes() argument 976 LOG(ERROR) << "chmod failed: " << file << " " << mode; SetFileAttributes() local [all...] |
| /base/telephony/telephony_data/common/src/ |
| H A D | parser_util.cpp | 584 int mode = MODE_SLOT_0; in GetPdpProfilePath() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
| H A D | ark_web_preference_wrapper.cpp | 484 void ArkWebPreferenceWrapper::PutAccessModeForSecureOriginLoadFromInsecure(ArkWebAccessMode mode) in PutAccessModeForSecureOriginLoadFromInsecure() argument
|
| /base/web/webview/test/unittest/nweb_helper_test/ |
| H A D | nweb_helper_test.cpp | 130 void SetRenderProcessMode(RenderProcessMode mode) {} in SetRenderProcessMode() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/include/ |
| H A D | drv_symc.h | 162 char *mode; member 247 symc_mode mode; /* Symmetric cipher mode */ member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/ |
| H A D | cryp_symc.c | 238 static hi_void cryp_symc_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) in cryp_symc_setmode() argument 256 static hi_void cryp_3des2dma_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) in cryp_3des2dma_setmode() argument 340 static symc_node_usage symc_get_out_usage(symc_mode mode, hi_u32 cur_node, hi_u32 total_node) in symc_get_out_usage() argument 1201 cryp_get_symc(hi_u32 alg, hi_u32 mode) cryp_get_symc() argument 1507 cryp_register_symc_default(symc_func *func, symc_alg alg, symc_mode mode) cryp_register_symc_default() argument 1523 cryp_register_symc_aes(hi_u32 capacity, symc_mode mode) cryp_register_symc_aes() argument 1594 cryp_register_aead_ccm(hi_u32 capacity, symc_mode mode) cryp_register_aead_ccm() argument 1644 cryp_register_aead_gcm(hi_u32 capacity, symc_mode mode) cryp_register_aead_gcm() argument 1696 cryp_register_symc_tdes(hi_u32 capacity, symc_mode mode) cryp_register_symc_tdes() argument 1732 cryp_register_symc_des(hi_u32 capacity, symc_mode mode) cryp_register_symc_des() argument 1768 cryp_register_symc_sm1(hi_u32 capacity, symc_mode mode) cryp_register_symc_sm1() argument 1788 cryp_register_symc_sm4(hi_u32 capacity, symc_mode mode) cryp_register_symc_sm4() argument 1923 cryp_get_symc_mode(hi_cipher_work_mode mode, symc_mode *cryp_mode) cryp_get_symc_mode() argument 1958 cryp_get_symc_op(hi_cipher_alg alg, hi_cipher_work_mode mode) cryp_get_symc_op() argument [all...] |
| H A D | cryp_hash.c | 116 hash_mode mode; /* HASH mode */ member 234 static hi_s32 cryp_hash_initial(cryp_hash_context *hisi_ctx, hash_mode mode) in cryp_hash_initial() argument 464 static hi_void *cryp_hash_create(hash_mode mode) in cryp_hash_create() argument 658 cryp_register_hash_default(hi_u32 capacity, hash_mode mode, hi_u32 blocksize, hi_u32 hashlen) cryp_register_hash_default() argument 724 cryp_get_hash(hi_u32 mode) cryp_get_hash() argument [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/ |
| H A D | mipi_rx.c | 905 mipi_set_dev_valid(lane_divide_mode_t mode) mipi_set_dev_valid() argument 1369 mipi_print_lane_divide_mode(lane_divide_mode_t mode) mipi_print_lane_divide_mode() argument [all...] |
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
| H A D | hi_wifi_driver_api.c | 1539 hi_u32 hi_wifi_btcoex_enable(const hi_char *ifname, hi_bool enable, hi_u8 mode, hi_u8 share_ant) in hi_wifi_btcoex_enable() argument 1687 hi_u32 mode; in hi_wifi_set_tpc() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
| H A D | drv_symc_v100.c | 1291 hi_s32 drv_symc_node_check(symc_alg alg, symc_mode mode, hi_u32 klen, hi_u32 block_size, symc_multi_pack *pack) in drv_symc_node_check() argument [all...] |