/base/hiviewdfx/hidumper/client/native/ |
H A D | main.cpp | 20 int ret = DumpClientMain::GetInstance().Main(argc, argv, STDOUT_FILENO); in main() local
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_bn.c | 51 int32_t ret = CheckBnExpModNx(n, x);
in HksMbedtlsBnExpMod() local [all...] |
/base/startup/init/services/init/lite/ |
H A D | init_reboot.c | 25 int ret = reboot(RB_AUTOBOOT);
in ExecReboot() local
|
/base/startup/init/remount/ |
H A D | remount.c | 28 bool ret = RemountRofsOverlay();
in main() local
|
/base/telephony/cellular_data/frameworks/native/ |
H A D | data_sim_account_call_back.cpp | 25 int32_t ret = CellularDataClient::GetInstance().UpdateDefaultCellularDataSlotId(); in OnSimAccountChanged() local
|
/base/hiviewdfx/hiview/plugins/faultlogger/common/ |
H A D | faultlog_query_result_inner.cpp | 29 auto ret = std::make_unique<FaultLogInfo>(*iter_); in GetNext() local
|
/base/hiviewdfx/hiview/adapter/service/client/src/ |
H A D | hiview_service_cpu_delegate.cpp | 26 CollectResult<double> ret; in GetSysCpuUsage() local
|
/base/hiviewdfx/hiappevent/test/processor/ |
H A D | test_init.cpp | 34 int ret = AppEventProcessorMgr::RegisterProcessor("test_processor", processor);
in XInit() local
|
/base/powermgr/battery_manager/frameworks/capi/battery_info/ |
H A D | ohbattery_info.cpp | 27 int32_t ret = batterySrvClient.GetCapacity();
in OH_BatteryInfo_GetCapacity() local 35 BatteryInfo_BatteryPluggedType ret = PLUGGED_TYPE_NONE;
in OH_BatteryInfo_GetPluggedType() local
|
/base/powermgr/powermgr_lite/services/src/power/mini/ |
H A D | auto_suspend_loop.c | 31 uint32_t ret = LOS_PmSuspend(wakeCount); in AutoSuspendLoopFunc() local
|
/base/security/device_security_level/oem_property/ohos/lite/impl/ |
H A D | dslm_ohos_init.c | 31 int32_t ret = GetCredFromCurrentDevice(credStr, DSLM_CRED_STR_LEN_MAX); in InitOhosDslmCred() local
|
/base/security/device_security_level/oem_property/ohos/standard/impl/ |
H A D | dslm_ohos_init.c | 31 int32_t ret = GetCredFromCurrentDevice(credStr, DSLM_CRED_STR_LEN_MAX); in InitOhosDslmCred() local
|
/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_check_trust_list.c | 25 int32_t ret = HKS_ERROR_NO_PERMISSION;
in HksCheckIsInTrustList() local
|
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_main.cpp | 44 int ret = commander.ProcessArgs(argc, argv); in main() local
|
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
H A D | hks_others_test.c | 65 int32_t ret = HksGetKeyParamSetForDe(NULL, NULL, NULL); in LITE_TEST_CASE() local 76 int32_t ret = HksGetKeyInfoListForDe(NULL, NULL, NULL); in LITE_TEST_CASE() local 87 int32_t ret = HksAttestKeyForDe(NULL, NULL, NULL); in LITE_TEST_CASE() local 98 int32_t ret = HksGetCertificateChain(NULL, NULL, NULL); in LITE_TEST_CASE() local 109 int32_t ret = HksWrapKey(NULL, NULL, NULL, NULL); in LITE_TEST_CASE() local 120 int32_t ret = HksUnwrapKey(NULL, NULL, NULL, NULL); LITE_TEST_CASE() local 131 int32_t ret = HksGetSdkVersion(NULL); LITE_TEST_CASE() local 142 int32_t ret = HksInitialize(); LITE_TEST_CASE() local [all...] |
H A D | hks_bn_exp_mod_test.c | 58 int32_t ret; in LITE_TEST_CASE() local [all...] |
/base/startup/appspawn/modules/common/ |
H A D | appspawn_dfx_dump.cpp | 26 bool ret = dumpLog.DumpCatch(pid, 0, stackTrace); in DumpSpawnStack() local
|
/base/time/time_service/interfaces/kits/c/src/ |
H A D | time_service.c | 24 int ret = GetParameter(TIMEZONE_KEY, "", timeZone, len); in OH_TimeService_GetTimeZone() local
|
/base/web/webview/test/unittest/ohos_adapter/hiviewdfx_adapter_test/ |
H A D | hiviewdfx_adapter_test.cpp | 40 int ret = OhosAdapterHelper::GetInstance().GetHiSysEventAdapterInstance().Write( in HWTEST() local [all...] |
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
H A D | watermark_application_observer.cpp | 26 ErrCode ret = AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(processData.uid, accountId); in OnProcessCreated() local
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
H A D | raw_data_base_def.cpp | 38 int ret = DEFAULT_TZ_POS; in ParseTimeZone() local
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | sys_event_query_rule.cpp | 42 SysEventQueryRule* ret = new(std::nothrow) SysEventQueryRule(); in Unmarshalling() local [all...] |
H A D | sys_event_rule.cpp | 42 SysEventRule* ret = new(std::nothrow) SysEventRule(); in Unmarshalling() local [all...] |
H A D | query_argument.cpp | 42 QueryArgument* ret = new(std::nothrow) QueryArgument(); in Unmarshalling() local [all...] |
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/ |
H A D | faultlog_query_result_ohos.cpp | 33 sptr<FaultLogInfoOhos> ret; in GetNext() local [all...] |