Home
last modified time | relevance | path

Searched defs:state (Results 26 – 50 of 2188) sorted by relevance

12345678910>>...88

/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/form_info_test/
H A Dform_info_test.cpp31 static void BenchmarkTestForReadFromParcel(benchmark::State &state) in BenchmarkTestForReadFromParcel()
53 static void BenchmarkTestForMarshalling(benchmark::State &state) in BenchmarkTestForMarshalling()
74 static void BenchmarkTestForUnmarshalling(benchmark::State &state) in BenchmarkTestForUnmarshalling()
96 static void BenchmarkTestForIsValid(benchmark::State &state) in BenchmarkTestForIsValid()
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_benchmark.cpp207 static void BenchmarkUnwinderLocalFull(benchmark::State& state) in BenchmarkUnwinderLocalFull()
227 static void BenchmarkUnwinderLocalQut(benchmark::State& state) in BenchmarkUnwinderLocalQut()
243 static void BenchmarkUnwinderLocalQutCache(benchmark::State& state) in BenchmarkUnwinderLocalQutCache()
259 static void BenchmarkUnwinderLocalQutFrames(benchmark::State& state) in BenchmarkUnwinderLocalQutFrames()
330 static void BenchmarkUnwinderLocalByFp(benchmark::State& state) in BenchmarkUnwinderLocalByFp()
347 static void BenchmarkUnwinderLocalFp(benchmark::State& state) in BenchmarkUnwinderLocalFp()
362 static void BenchmarkUnwinderLocalFpFrames(benchmark::State& state) in BenchmarkUnwinderLocalFpFrames()
377 static void BenchmarkFpUnwinderLocal(benchmark::State& state) in BenchmarkFpUnwinderLocal()
390 static void BenchmarkFpUnwinderLocalFrames(benchmark::State& state) in BenchmarkFpUnwinderLocalFrames()
403 static void BenchmarkFpUnwinderLocalSafe(benchmark::State& state) in BenchmarkFpUnwinderLocalSafe()
[all …]
H A Dmaps_benchmark.cpp36 static void BenchmarkMapsCreateAll(benchmark::State& state) in BenchmarkMapsCreateAll()
50 static void BenchmarkMapsCreateOnlyExec(benchmark::State& state) in BenchmarkMapsCreateOnlyExec()
64 static void BenchmarkMapsCreateMapIndex(benchmark::State& state) in BenchmarkMapsCreateMapIndex()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp217 auto state = manager->GetColorById(resId, result); in GetColor() local
265 auto state = manager->GetFloatById(resId, dimensionFloat); in GetDimension() local
358 auto state = manager->GetFloatById(resId, result); in GetDouble() local
383 auto state = manager->GetIntegerById(resId, result); in GetInt() local
444 auto state = manager->GetBooleanById(resId, result); in GetBoolean() local
470 Global::Resource::RState state; in GetPixelMap() local
485 auto state = manager->GetMediaById(resId, mediaPath); in GetMediaPath() local
554 auto state = manager->GetRawFileFromHap(rawFile, len, dest); in GetRawFileData() local
582 auto state = manager->GetMediaDataById(resId, len, dest); in GetMediaData() local
596 auto state = manager->GetMediaDataById(resId, len, dest); in GetMediaData() local
[all …]
H A Dresource_adapter_impl_v2.cpp308 auto state = manager->GetColorById(resId, result); in GetColor() local
360 auto state = manager->GetFloatById(resId, dimensionFloat); in GetDimension() local
389 auto state = manager->GetStringById(resId, strResult); in GetString() local
469 auto state = manager->GetFloatById(resId, result); in GetDouble() local
495 auto state = manager->GetIntegerById(resId, result); in GetInt() local
559 auto state = manager->GetBooleanById(resId, result); in GetBoolean() local
586 Global::Resource::RState state; in GetPixelMap() local
603 auto state = manager->GetMediaById(resId, mediaPath); in GetMediaPath() local
707 auto state = manager->GetMediaDataById(resId, len, dest); in GetMediaData() local
720 auto state = manager->GetMediaDataById(resId, len, dest); in GetMediaData() local
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_string.cpp112 RState state = rm->GetStringById(NON_EXIST_ID, outValue); variable
194 RState state = rm->GetStringByName(g_nonExistName, outValue); variable
253 RState state = rm->GetStringFormatById(outValue, id, 101); variable
991 RState state; variable
1020 RState state; variable
1115 RState state; variable
1146 RState state; variable
1177 RState state; variable
1192 RState state; variable
1208 RState state; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/application_info_test/
H A Dapplication_info_test.cpp31 static void BenchmarkTestForReadFromParcel(benchmark::State &state) in BenchmarkTestForReadFromParcel()
60 static void BenchmarkTestForReadMetaDataFromParcel(benchmark::State &state) in BenchmarkTestForReadMetaDataFromParcel()
89 static void BenchmarkTestForMarshalling(benchmark::State &state) in BenchmarkTestForMarshalling()
117 static void BenchmarkTestForUnmarshalling(benchmark::State &state) in BenchmarkTestForUnmarshalling()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/unittest/
H A Daccessibility_config_impl_test.cpp103 bool state = true; variable
122 bool state = true; variable
140 bool state = true; variable
158 bool state = true; variable
254 bool state = true; variable
273 bool state = true; variable
292 bool state = true; variable
350 bool state = true; variable
387 bool state = true; variable
438 bool state = true; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.h49 bool HasStateStyle(UIState state) const in HasStateStyle()
59 void AddSupportedState(UIState state) in AddSupportedState()
64 void SetSupportedStates(UIState state) in SetSupportedStates()
69 bool IsCurrentStateOn(UIState state) const in IsCurrentStateOn()
77 void SetCurrentUIState(UIState state, bool flag) in SetCurrentUIState()
86 void UpdateCurrentUIState(UIState state) in UpdateCurrentUIState()
98 void ResetCurrentUIState(UIState state) in ResetCurrentUIState()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/
H A Dmock_print_callback_stub.h29 bool OnCallback(uint32_t state, const PrinterInfo &info) override in OnCallback()
33 bool OnCallback(uint32_t state, const PrintJob &info) override in OnCallback()
46 bool onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state, in onCallbackAdapterJobStateChanged()
51 bool OnCallbackAdapterGetFile(uint32_t state) override in OnCallbackAdapterGetFile()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_service_test.cpp76 OperateResState state = OperateResState::CONNECT_AP_CONNECTED; in HandleStaConnChangedTest() local
88 OperateResState state = OperateResState::DISCONNECT_DISCONNECTED; in HandleStaConnChangedTest2() local
95 OperateResState state = OperateResState::CONNECT_NETWORK_DISABLED; in HandleStaConnChangedTest3() local
102 OperateResState state = OperateResState::CONNECT_NETWORK_ENABLED; in HandleStaConnChangedTest4() local
109 OperateResState state = OperateResState::CONNECT_CHECK_PORTAL; in HandleStaConnChangedTest5() local
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_callback_stub_lite.cpp116 NO_SANITIZE("cfi") void WifiDeviceCallBackStub::OnWifiStateChanged(int state) in OnWifiStateChanged()
125 NO_SANITIZE("cfi") void WifiDeviceCallBackStub::OnWifiConnectionChanged(int state, const WifiLinked… in OnWifiConnectionChanged()
141 NO_SANITIZE("cfi") void WifiDeviceCallBackStub::OnWifiWpsStateChanged(int state, const std::string … in OnWifiWpsStateChanged()
157 NO_SANITIZE("cfi") void WifiDeviceCallBackStub::OnDeviceConfigChanged(ConfigChange state) in OnDeviceConfigChanged()
168 int state = 0; in RemoteOnWifiStateChanged() local
178 int state = 0; in RemoteOnWifiConnectionChanged() local
236 int state = 0; in RemoteOnWifiWpsStateChanged() local
255 int state = 0; in RemoteOnDeviceConfigChanged() local
/ohos5.0/base/startup/init/test/benchmark/
H A Dparameter_benchmark.cpp129 static void BMCachedParameterGet(benchmark::State &state) in BMCachedParameterGet()
148 static void BMCachedParameterGetChangedStatic(benchmark::State &state) in BMCachedParameterGetChangedStatic()
169 static void BMCachedParameterGetChangedGlobal(benchmark::State &state) in BMCachedParameterGetChangedGlobal()
189 static void BMCachedParameterGetChangedGlobal2(benchmark::State &state) in BMCachedParameterGetChangedGlobal2()
213 static void BMSystemReadParam(benchmark::State &state) in BMSystemReadParam()
238 static void BMSystemReadParam_none(benchmark::State &state) in BMSystemReadParam_none()
262 static void BMSystemFindParameter(benchmark::State &state) in BMSystemFindParameter()
281 static void BMSystemGetParameterValue(benchmark::State &state) in BMSystemGetParameterValue()
309 static void BMSystemGetParameterCommitId(benchmark::State &state) in BMSystemGetParameterCommitId()
331 static void BMTestRandom(benchmark::State &state) in BMTestRandom()
/ohos5.0/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerservicestub_fuzzer/
H A Daccessibleabilitymanagerservicestub_fuzzer.cpp67 RetError GetCaptionState(bool &state) override {return RET_OK;} in GetCaptionState()
73 RetError SetCaptionState(const bool state) override {return RET_OK;} in SetCaptionState()
84 RetError SetShortKeyState(const bool state) override {return RET_OK;} in SetShortKeyState()
85 RetError SetMouseKeyState(const bool state) override {return RET_OK;} in SetMouseKeyState()
92 RetError SetAudioMonoState(const bool state) override {return RET_OK;} in SetAudioMonoState()
103 RetError GetShortKeyState(bool &state) override {return RET_OK;} in GetShortKeyState()
104 RetError GetMouseKeyState(bool &state) override {return RET_OK;} in GetMouseKeyState()
109 RetError GetInvertColorState(bool &state) override {return RET_OK;} in GetInvertColorState()
110 RetError GetAnimationOffState(bool &state) override {return RET_OK;} in GetAnimationOffState()
111 RetError GetAudioMonoState(bool &state) override {return RET_OK;} in GetAudioMonoState()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/benchmarktest/accessibility_config_test/
H A Daccessibility_config_test.cpp75 static void BenchmarkTestForSetScreenMagnificationState(benchmark::State &state) in BenchmarkTestForSetScreenMagnificationState()
104 static void BenchmarkTestForGetScreenMagnificationState(benchmark::State &state) in BenchmarkTestForGetScreenMagnificationState()
122 static void BenchmarkTestForSetShortkeyTarget(benchmark::State &state) in BenchmarkTestForSetShortkeyTarget()
154 static void BenchmarkTestForGetShortkeyTarget(benchmark::State &state) in BenchmarkTestForGetShortkeyTarget()
172 static void BenchmarkTestForSetContentTimeout(benchmark::State &state) in BenchmarkTestForSetContentTimeout()
201 static void BenchmarkTestForGetContentTimeout(benchmark::State &state) in BenchmarkTestForGetContentTimeout()
219 static void BenchmarkTestForSubscribeConfigObserver(benchmark::State &state) in BenchmarkTestForSubscribeConfigObserver()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_scheduler.cpp69 for (auto state = TaskState::PENDING; state != TaskState::MAX; ++(size_t&)state) { variable
79 …auto increCount = [&expectCount](TaskState::State state) { ++expectCount[static_cast<size_t>(state… in __anone6bee3b60102()
81 auto decreCount = [&expectCount](TaskState::State state) { in __anone6bee3b60202()
92 auto getNextState = [](TaskState::State state) { in __anone6bee3b60402()
128 auto state = getNextState(task->state()); variable
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp339 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetStringSync() local
381 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetSymbol() local
409 RState state = resMgr->GetColorById(resId, dataContext->colorValue_); in ProcessColorResource() local
424 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetColorSync() local
452 RState state = resMgr->GetIntegerById(resId, dataContext->iValue_); in ProcessNumResource() local
466 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetNumber() local
493 RState state = resMgr->GetBooleanById(resId, dataContext->bValue_); in ProcessBoolResource() local
737 RState state = SUCCESS; in GetDrawableDescriptor() local
971 RState state = SUCCESS; in GetDrawableDescriptorByName() local
1283 int32_t state = getAddonAndConfig(env, info, dataContext); in GetOverrideResourceManager() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.h45 void SetAutoCollapse(bool state) override {} in SetAutoCollapse()
46 void SetEnableHapticFeedback(bool state) override {} in SetEnableHapticFeedback()
/ohos5.0/base/powermgr/power_manager/services/zidl/include/
H A Dpower_state_callback_stub.h32 void OnPowerStateChanged(PowerState __attribute__((unused))state) override {} in OnPowerStateChanged()
33 void OnAsyncPowerStateChanged(PowerState __attribute__((unused))state) override {} in OnAsyncPowerStateChanged()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/benchmarktest/accessibility_system_ability_client_test/
H A Daccessibility_system_ability_client_test.cpp27 static void BenchmarkTestForIsEnabled(benchmark::State &state) in BenchmarkTestForIsEnabled()
46 static void BenchmarkTestForGetEnabledAbilities(benchmark::State &state) in BenchmarkTestForGetEnabledAbilities()
65 static void BenchmarkTestForSendEvent(benchmark::State &state) in BenchmarkTestForSendEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/ability_info_test/
H A Dability_info_test.cpp31 static void BenchmarkTestForReadFromParcel(benchmark::State &state) in BenchmarkTestForReadFromParcel()
69 static void BenchmarkTestForMarshalling(benchmark::State &state) in BenchmarkTestForMarshalling()
106 static void BenchmarkTestForUnmarshalling(benchmark::State &state) in BenchmarkTestForUnmarshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/
H A Dbundle_info_test.cpp31 static void BenchmarkTestForReadFromParcel(benchmark::State &state) in BenchmarkTestForReadFromParcel()
70 static void BenchmarkTestForMarshalling(benchmark::State &state) in BenchmarkTestForMarshalling()
108 static void BenchmarkTestForUnmarshalling(benchmark::State &state) in BenchmarkTestForUnmarshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_user_info_test/
H A Dbundle_user_info_test.cpp31 static void BenchmarkTestForReadFromParcel(benchmark::State &state) in BenchmarkTestForReadFromParcel()
48 static void BenchmarkTestForMarshalling(benchmark::State &state) in BenchmarkTestForMarshalling()
64 static void BenchmarkTestForUnmarshalling(benchmark::State &state) in BenchmarkTestForUnmarshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/common_event_info_test/
H A Dcommon_event_info_test.cpp31 static void BenchmarkTestForReadFromParcel(benchmark::State &state) in BenchmarkTestForReadFromParcel()
50 static void BenchmarkTestForMarshalling(benchmark::State &state) in BenchmarkTestForMarshalling()
68 static void BenchmarkTestForUnmarshalling(benchmark::State &state) in BenchmarkTestForUnmarshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/extension_ability_info_test/
H A Dextension_ability_info_test.cpp31 static void BenchmarkTestForReadFromParcel(benchmark::State &state) in BenchmarkTestForReadFromParcel()
69 static void BenchmarkTestForMarshalling(benchmark::State &state) in BenchmarkTestForMarshalling()
106 static void BenchmarkTestForUnmarshalling(benchmark::State &state) in BenchmarkTestForUnmarshalling()

12345678910>>...88