Home
last modified time | relevance | path

Searched defs:temp (Results 26 - 50 of 299) sorted by relevance

12345678910>>...12

/foundation/CastEngine/castengine_wifi_display/tests/demo/delaytest/src/
H A Dloop_back_demo.cpp138 int temp = audioCapturer_->Read(*frame, bufferLen_, isBlockingRead_); in loopback() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dprogress_data.h59 double temp = value_ + (stepValue_ * num); in MoveSteps() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.cpp35 auto temp = JsonUtil::CreateArray(true); in GetColorsAndRepeating() local
/foundation/bundlemanager/app_domain_verify/test/unittest/extension/app_domain_verify_extension_mgr_test/
H A Dapp_domain_verify_extension_mgr_test.cpp317 int temp = 5; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_ffi.cpp52 size_t temp = 0; in VectorToCArrString() local
/foundation/arkui/napi/sample/native_module_netserver/
H A Devent_target.cpp40 EventListener* temp = nullptr; in ~EventTarget() local
108 EventListener* temp = nullptr; in Off() local
135 EventListener* temp = nullptr; in Off() local
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_triangle.cpp86 Point temp; in SortPoint() local
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dutils_list.h135 Node<T> *temp = node; in RemoveAll() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_strategy_router_parser.cpp123 size_t temp = 0; in split() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.cpp52 string temp; in ValidatePath() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp65 std::string temp; in ReportDecodeFault() local
129 std::string temp = GetInvokeTypeStr(options_.invokeType); in ReportDecodeInfo() local
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/
H A Dsystem_tone_player_unit_test.cpp214 int32_t temp = systemTonePlayerImpl_->InitPlayer(audioUri); in HWTEST() local
312 int32_t temp = systemTonePlayerImpl_->InitPlayer(audioUri); in HWTEST() local
345 SystemToneType temp = static_cast<SystemToneType>(99); in HWTEST() local
367 ToneHapticsMode temp = static_cast<ToneHapticsMode>(99); HWTEST() local
555 int32_t temp = systemTonePlayerImpl_->InitPlayer(audioUri); HWTEST() local
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/oncardemulationnotifycbstub_test/oncardemulationnotifycbstub/oncardemulationnotifycbstub_fuzzer/
H A Doncardemulationnotifycbstub_fuzzer.cpp54 char temp[18] = {0}; in BuildAddressString() local
/foundation/communication/nfc/test/fuzztest/cardemulation_test/hcesessionstub/hcesessionstub_fuzzer/
H A Dhcesessionstub_fuzzer.cpp55 char temp[18] = {0}; in BuildAddressString() local
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_change_notification_test.cpp111 std::shared_ptr<ProfileChangeNotification> temp = in HWTEST_F() local
125 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); in HWTEST_F() local
139 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); in HWTEST_F() local
171 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); in HWTEST_F() local
186 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); in HWTEST_F() local
201 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); HWTEST_F() local
221 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); HWTEST_F() local
236 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); HWTEST_F() local
269 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local
290 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local
316 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local
338 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local
358 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local
378 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dexecutor_pool_test.cpp135 auto temp = executorPool_->Schedule(task, expiredTime * 2); in HWTEST_F() local
156 auto temp = executorPool_->Schedule(task, expiredTime * 2); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/
H A Dkvstore_common.c188 KvItem* temp = item; in ClearKVCacheInner() local
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dpool.h109 auto temp = min_; variable
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpool.h111 auto temp = min_; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dcommon_utils.h84 uint16_t temp = static_cast<uint16_t>(utf16Data[i]); in ConvertToString() local
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_message_parcel.cpp62 sptr<IRemoteObject> temp = ReadObject<IRemoteObject>(); in ReadRemoteObject() local
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dcircular_buffer.h45 T *temp = copy.begin(); in circular_buffer() local
167 T *temp = copy.begin(); in operator =() local
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dvideo_sink_decoder_demo.cpp54 char *temp = fileBuffer; in ReadOnePacket() local
[all...]
/foundation/ability/ability_runtime/test/unittest/mission_info_mgr_test/
H A Dmission_info_mgr_test.cpp171 auto temp = missionInfoMgr->taskDataPersistenceMgr_->handler_; in HWTEST_F() local
217 auto temp = missionInfoMgr->taskDataPersistenceMgr_->handler_; in HWTEST_F() local
267 auto temp = missionInfoMgr->taskDataPersistenceMgr_->handler_; in HWTEST_F() local
472 auto temp = missionInfoMgr->taskDataPersistenceMgr_; in HWTEST_F() local
498 auto temp = missionInfoMgr->taskDataPersistenceMgr_->currentMissionDataStorage_; in HWTEST_F() local
605 auto temp in HWTEST_F() local
632 auto temp = missionInfoMgr->taskDataPersistenceMgr_; HWTEST_F() local
664 auto temp = missionInfoMgr->taskDataPersistenceMgr_; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
H A Dsource_map_test.cpp236 std::string temp = "TestAbility.js:5779:5"; in HWTEST_F() local

Completed in 16 milliseconds

12345678910>>...12