Home
last modified time | relevance | path

Searched defs:temp (Results 1 - 25 of 161) sorted by relevance

1234567

/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_tmp_client.c32 struct HksBlob temp = { random->size, random->data }; in hks_generate_random() local
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dstring_utils.cpp30 std::string temp = strs.substr(0, pos); in Split() local
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
H A Dbool_serializer.cpp27 std::string temp; in Deserialize() local
/base/account/os_account/test/fuzztest/osaccount/setosaccountconstraints_fuzzer/
H A Dsetosaccountconstraints_fuzzer.cpp43 int32_t temp = fuzzData.GetData<int32_t>() % CONSTANTS_NUMBER_THREE; in SetOsAccountConstraintsFuzzTest() local
/base/account/os_account/test/fuzztest/osaccount_stub/setosaccountconstraintsstub_fuzzer/
H A Dsetosaccountconstraintsstub_fuzzer.cpp47 int temp = fuzzData.GetData<size_t>() % CONSTANTS_NUMBER_THREE; in SetOsAccountConstraintsStubFuzzTest() local
/base/customization/enterprise_device_management/interfaces/inner_api/location_manager/src/
H A Dlocation_manager_proxy.cpp31 std::shared_ptr<LocationManagerProxy> temp = std::make_shared<LocationManagerProxy>(); in GetLocationManagerProxy() local
/base/customization/enterprise_device_management/services/edm_plugin/src/network/executer/
H A Dexecuter_factory.cpp39 std::shared_ptr<ExecuterFactory> temp = std::make_shared<ExecuterFactory>(); in GetInstance() local
H A Dexecuter_utils.cpp32 std::shared_ptr<ExecuterUtils> temp = std::make_shared<ExecuterUtils>(); in GetInstance() local
/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_srv_sensor_info.cpp23 ThermalSrvSensorInfo::ThermalSrvSensorInfo(std::string &type, int32_t &temp): type_(type), temp_(temp) in ThermalSrvSensorInfo() argument
/base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/
H A Dwrite_file.cpp59 char *temp = buffer.get() + num; in CopyFile() local
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/stub_fuzzer/querydlpfilecopyablebytokenidstub_fuzzer/
H A Dquerydlpfilecopyablebytokenidstub_fuzzer.cpp37 const uint32_t* temp = reinterpret_cast<const uint32_t*>(data); in FuzzTest() local
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/stub_fuzzer/setreadflagstub_fuzzer/
H A Dsetreadflagstub_fuzzer.cpp34 const uint32_t* temp = reinterpret_cast<const uint32_t*>(data); in FuzzTest() local
/base/customization/enterprise_device_management/interfaces/inner_api/browser/src/
H A Dbrowser_proxy.cpp33 std::shared_ptr<BrowserProxy> temp = std::make_shared<BrowserProxy>(); in GetBrowserProxy() local
/base/customization/enterprise_device_management/interfaces/inner_api/device_control/src/
H A Ddevice_control_proxy.cpp37 std::shared_ptr<DeviceControlProxy> temp = std::make_shared<DeviceControlProxy>(); in GetDeviceControlProxy() local
/base/customization/enterprise_device_management/interfaces/inner_api/datetime_manager/src/
H A Ddatetime_manager_proxy.cpp37 std::shared_ptr<DatetimeManagerProxy> temp = std::make_shared<DatetimeManagerProxy>(); in GetDatetimeManagerProxy() local
/base/print/print_fwk/test/unittest/fwk_print_helper_test/
H A Dprint_bms_helper_test.cpp74 std::shared_ptr<PrintServiceHelper> temp = std::shared_ptr<PrintServiceHelper>(helper); in HWTEST_F() local
89 std::shared_ptr<PrintServiceHelper> temp = nullptr; in HWTEST_F() local
103 std::shared_ptr<PrintServiceHelper> temp = nullptr; in HWTEST_F() local
/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_temp_callback_stub.cpp69 int32_t temp = INVAILD_TEMP; in OnThermalTempChangedStub() local
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_proxy_writeremoteobject_test.cpp82 int32_t temp = 100; in HWTEST_F() local
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_test.cpp62 void* temp = dlsym(handle, func); in GetTemp() local
69 void* temp = GetTemp(func, handle); in ExecFfrtNoParam() local
109 void* temp = GetTemp(str.data(), handle); in HWTEST_F() local
129 void* temp = GetTemp(str.data(), handle); in HWTEST_F() local
149 void* temp = GetTemp(str.data(), handle); HWTEST_F() local
166 void* temp = GetTemp(str.data(), handle); HWTEST_F() local
[all...]
/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_version_util.c82 AccountVersionInfo *temp = (AccountVersionInfo *)(*ptr); in NegotiateForAuth() local
/base/tee/tee_client/services/authentication/
H A Dtee_auth_common.c58 char temp[CMD_MAX_SIZE] = { 0 }; in TeeGetCaName() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_adapter_wrapper.cpp70 ArkWebRefPtr<ArkPasteDataRecordAdapter> temp = ctocpp_->GetRecordAt(index); in GetRecordAt() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_adapter_impl.cpp75 NWeb::PasteRecordVector temp = real_->AllRecords(); in AllRecords() local
/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/src/
H A Daccount_manager_proxy.cpp39 std::shared_ptr<AccountManagerProxy> temp = std::make_shared<AccountManagerProxy>(); in GetAccountManagerProxy() local
/base/customization/enterprise_device_management/interfaces/inner_api/wifi_manager/src/
H A Dwifi_manager_proxy.cpp38 std::shared_ptr<WifiManagerProxy> temp = std::make_shared<WifiManagerProxy>(); in GetWifiManagerProxy() local

Completed in 9 milliseconds

1234567