/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_get_mode_test.cpp | 45 PowerMode mode; in HWTEST_F() local
|
H A D | power_register_callback_mode_test.cpp | 36 void PowerRegisterCallbackModeTest::PowerModeTest1Callback::OnPowerModeChanged(PowerMode mode) in OnPowerModeChanged() argument 54 PowerMode mode = PowerMode::POWER_SAVE_MODE; in HWTEST_F() local
|
H A D | power_device_mode_test.cpp | 37 void PowerDeviceModeTest::PowerModeTest1Callback::OnPowerModeChanged(PowerMode mode) in OnPowerModeChanged() argument 42 void PowerDeviceModeTest::PowerModeTest2Callback::OnPowerModeChanged(PowerMode mode) in OnPowerModeChanged() argument 97 PowerMode mode = PowerMode::POWER_SAVE_MODE; in HWTEST_F() local 113 PowerMode mode = PowerMode::NORMAL_MODE; in HWTEST_F() local
|
H A D | power_mode_module_native_test.cpp | 39 void PowerModeTestCallback::OnPowerModeChanged(PowerMode mode) in OnPowerModeChanged() argument 74 PowerMode mode = PowerMode::PERFORMANCE_MODE; in HWTEST_F() local
|
H A D | power_set_mode_test.cpp | 87 auto mode = std::make_shared<PowerSaveMode>(); in HWTEST_F() local
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | get_nr_option_mode_callback.cpp | 26 void GetNrOptionModeCallback::OnGetNrOptionModeCallback(const int32_t mode, const int32_t errorCode) in OnGetNrOptionModeCallback() argument
|
H A D | get_network_search_mode_callback.cpp | 27 int32_t WrapNetworkSelectionMode(int32_t mode) in WrapNetworkSelectionMode() argument
|
/base/update/updater/test/fuzztest/updaterfactoryreset_fuzzer/ |
H A D | updaterfactoryreset_fuzzer.cpp | 33 FactoryResetMode mode = USER_WIPE_DATA; in FuzzFactoryReset() local
|
/base/web/webview/test/fuzztest/ohos_nweb/sethttpdns_fuzzer/ |
H A D | sethttpdns_fuzzer.cpp | 36 int mode; in SetHttpDnsFuzzTest() local
|
/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mode_callback_proxy.cpp | 27 void PowerModeCallbackProxy::OnPowerModeChanged(PowerMode mode) in OnPowerModeChanged() argument
|
H A D | power_mode_callback_stub.cpp | 57 uint32_t mode; in OnPowerModeCallbackStub() local
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
H A D | hks_openssl_aes.h | 72 uint32_t mode;
member
|
/base/update/updater/test/unittest/updater_ui_test/ |
H A D | updater_ui_facade_unittest.cpp | 40 std::string mode = "abc"; in HWTEST_F() local
|
/base/web/webview/ohos_adapter/background_task_adapter/src/ |
H A D | background_task_impl.cpp | 27 BackgroundMode::Type ConvertBackgroundMode(BackgroundModeAdapter mode) in ConvertBackgroundMode() argument
|
/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_normalizer.cpp | 20 I18nNormalizer::I18nNormalizer(I18nNormalizerMode mode, I18nErrorCode &errorCode) in I18nNormalizer() argument
|
/base/request/request/common/src/ |
H A D | module_init.cpp | 23 void ModuleInit::LockCallback(int mode, int type, char *file, int line)
in LockCallback() argument
|
/base/powermgr/power_manager/test/systemtest/src/ |
H A D | power_mgr_system_test.cpp | 66 std::unique_ptr<PowerSaveMode> mode = std::make_unique<PowerSaveMode>(); in SetPolicyMode() local 84 PowerMode mode = PowerMode::POWER_SAVE_MODE; in HWTEST_F() local 96 PowerMode mode = PowerMode::POWER_MODE_MIN; in HWTEST_F() local 108 PowerMode mode = PowerMode::PERFORMANCE_MODE; in HWTEST_F() local 120 PowerMode mode in HWTEST_F() local [all...] |
/base/powermgr/power_manager/frameworks/cj/power/src/ |
H A D | power_ffi.cpp | 31 PowerMode mode = g_powerMgrClient.GetDeviceMode(); in FfiPowerGetPowerMode() local
|
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | sm2_crypto_util_impl.cpp | 24 HcfBlob Sm2CryptoUtilImpl::GenCipherTextBySpec(Sm2CipherTextSpec spec, char *mode, int32_t *errCode) in GenCipherTextBySpec() argument 31 Sm2CipherTextSpec *Sm2CryptoUtilImpl::GetCipherTextSpec(HcfBlob input, char *mode, int32_t *errCode) in GetCipherTextSpec() argument
|
/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | sm2_crypto_util.c | 28 char *mode; member 36 static HcfSm2SpecToASN1CreateFunc FindAbility(const char *mode) in FindAbility() argument 50 static bool CheckMode(const char *mode) in CheckMode() argument 93 HcfGenCipherTextBySpec(Sm2CipherTextSpec *spec, const char *mode, HcfBlob *output) HcfGenCipherTextBySpec() argument 115 HcfGetCipherTextSpec(HcfBlob *input, const char *mode, Sm2CipherTextSpec **returnSpc) HcfGetCipherTextSpec() argument [all...] |
/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_client_service_util.c | 90 GetKeyFileData(const struct HksProcessInfo *processInfo, const struct HksParamSet *paramSet, const struct HksBlob *keyAlias, struct HksBlob *key, enum HksStorageType mode) GetKeyFileData() argument
|
/base/startup/init/test/fuzztest/getdevicenodepermissions_fuzzer/ |
H A D | getdevicenodepermissions_fuzzer.cpp | 34 mode_t *mode = reinterpret_cast<mode_t*>(const_cast<uint8_t *>(data + offset)); in FuzzGetDeviceNodePermissions() local
|
/base/startup/init/test/unittest/fs_manager/erofs/ |
H A D | erofs_mount_unittest.cpp | 41 mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in HWTEST_F() local
|
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | selinux_share_mem.c | 28 int mode = readOnly ? O_RDONLY : O_CREAT | O_RDWR | O_TRUNC; in InitSharedMem() local
|
/base/security/security_guard/services/config_manager/src/ |
H A D | event_config.cpp | 34 bool EventConfig::Load(int mode) in Load() argument
|