Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dresource_manager_test.cpp218 RState state; variable
239 RState state; variable
258 RState state; variable
280 RState state; variable
320 RState state; variable
356 RState state; variable
422 RState state = rm->GetStringById(NON_EXIST_ID, outValue); variable
472 RState state = rm->GetStringByName(g_nonExistName, outValue); variable
489 RState state = rm->GetStringFormatById(outValue, id, 101); variable
504 RState state = rm->GetStringFormatById(outValue, NON_EXIST_ID, 101); variable
[all …]
Dlocale_info_test.cpp174 RState state = SUCCESS; variable
200 RState state = SUCCESS; variable
253 RState state = SUCCESS; variable
271 RState state = SUCCESS; variable
289 RState state = SUCCESS; variable
307 RState state = SUCCESS; variable
328 RState state = SUCCESS; variable
343 RState state = SUCCESS; variable
358 RState state = SUCCESS; variable
373 RState state = SUCCESS; variable
[all …]
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dlocale_info_test.cpp174 RState state = SUCCESS; variable
199 RState state = SUCCESS; variable
252 RState state = SUCCESS; variable
270 RState state = SUCCESS; variable
288 RState state = SUCCESS; variable
306 RState state = SUCCESS; variable
327 RState state = SUCCESS; variable
342 RState state = SUCCESS; variable
357 RState state = SUCCESS; variable
372 RState state = SUCCESS; variable
[all …]
Dresource_manager_test.cpp158 RState state; variable
179 RState state; variable
198 RState state; variable
220 RState state; variable
273 RState state; variable
312 RState state; variable
364 RState state; variable
384 RState state; variable
403 RState state; variable
432 RState state; variable
[all …]
Dresource_manager_test_hap.cpp565 RState state = rm->GetProfileDataById(id, len, outValue); variable
581 RState state = rm->GetProfileDataByName("test_profile", len, outValue); variable
596 RState state; variable
614 RState state; variable
634 RState state; variable
652 RState state; variable
680 RState state; variable
712 RState state; variable
742 RState state; variable
772 RState state; variable
[all …]
Dresource_manager_test_media.cpp90 RState state; variable
136 RState state; variable
172 RState state; variable
208 RState state; variable
244 RState state; variable
280 RState state; variable
364 RState state; variable
400 RState state; variable
436 RState state; variable
472 RState state; variable
[all …]
Dresource_manager_test_common.cpp182 RState state; in TestGetProfileById() local
197 RState state = rm->GetProfileByName("test_profile", outValue); in TestGetProfileByName() local
211 RState state = rm->GetMediaById(id, outValue); in TestGetMediaById() local
237 RState state = rm->GetMediaById(id, outValue, density); in TestGetMediaWithDensityById() local
249 RState state = rm->GetMediaByName("icon1", outValue); in TestGetMediaByName() local
273 RState state = rm->GetMediaByName("icon", outValue, density); in TestGetMediaWithDensityByName() local
283 RState state = rm->GetStringFormatById(outValue, id, 101); // 101 means the format number in TestGetStringFormatById() local
291 RState state = rm->GetStringFormatByName(outValue, name, 101); // 101 means the format number in TestGetStringFormatByName() local
300 RState state = rm->GetStringArrayById(id, outValue); in TestGetStringArrayById() local
314 RState state = rm->GetStringFormatById(id, outValue, jsParams); in TestGetStringFormatById() local
[all …]
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
268 RState state = rm->GetStringFormatById(outValue, NON_EXIST_ID, 101); variable
294 RState state = rm->GetStringFormatById(NON_EXIST_ID, outValue, jsParams); variable
343 RState state = rm->GetStringFormatById(id, outValue, jsParams); variable
362 RState state = rm->GetStringFormatById(id, outValue, jsParams); variable
454 RState state = rm->GetStringFormatById(id, outValue, jsParams); variable
473 RState state = rm->GetStringFormatById(id, outValue, jsParams); variable
492 RState state = rm->GetStringFormatById(id, outValue, jsParams); variable
[all …]
/base/msdp/device_status/utils/common/include/
Dutil_napi.h33 #define CHKRV(state, desc) \ argument
41 #define CHKRP(state, desc) \ argument
49 #define CHKRF(state, desc) \ argument
57 #define CHKRV_SCOPE(env, state, desc, scope) \ argument
66 #define CHKRF_SCOPE(env, state, desc, scope) \ argument
75 #define CHKRP_SCOPE(env, state, desc, scope) \ argument
/base/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_napi_sync_impl.cpp116 RState state = dataContext->addon_->GetResMgr()->GetRawFileList(dataContext->path_.c_str(), in GetRawFileListSync() local
140 RState state = dataContext->addon_->GetResMgr()->GetRawFileFromHap(dataContext->path_, in GetRawFileContentSync() local
164 RState state = dataContext->addon_->GetResMgr()->GetRawFileDescriptorFromHap(dataContext->path_, in GetRawFdSync() local
187 RState state = dataContext->addon_->GetResMgr()->CloseRawFileDescriptor(dataContext->path_); in CloseRawFdSync() local
289 RState state = resMgr->GetStringFormatById(resId, dataContext->value_, dataContext->jsParams_); in ProcessStrResource() local
304 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetStringSync() local
332 RState state = resMgr->GetSymbolById(resId, dataContext->symbolValue_); in ProcessSymbolResource() local
346 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetSymbol() local
374 RState state = resMgr->GetColorById(resId, dataContext->colorValue_); in ProcessColorResource() local
389 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetColorSync() local
[all …]
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Dunwind_local_benchmark.cpp118 static void Run(benchmark::State& state, size_t (*func)(void*), void* data) in Run()
134 static void BenchmarkUnwinderLocalFull(benchmark::State& state) in BenchmarkUnwinderLocalFull()
154 static void BenchmarkUnwinderLocalQut(benchmark::State& state) in BenchmarkUnwinderLocalQut()
170 static void BenchmarkUnwinderLocalQutCache(benchmark::State& state) in BenchmarkUnwinderLocalQutCache()
186 static void BenchmarkUnwinderLocalQutFrames(benchmark::State& state) in BenchmarkUnwinderLocalQutFrames()
202 static void BenchmarkUnwinderLocalQutFramesCache(benchmark::State& state) in BenchmarkUnwinderLocalQutFramesCache()
218 static void BenchmarkUnwinderLocalQutMiniDebugInfos(benchmark::State& state) in BenchmarkUnwinderLocalQutMiniDebugInfos()
236 static void BenchmarkUnwinderLocalQutMiniDebugInfosLazily(benchmark::State& state) in BenchmarkUnwinderLocalQutMiniDebugInfosLazily()
257 static void BenchmarkUnwinderLocalFp(benchmark::State& state) in BenchmarkUnwinderLocalFp()
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()
Dunwind_remote_benchmark.cpp131 static void Run(benchmark::State& state, void* data) in Run()
176 static void BenchmarkUnwinderRemoteFull(benchmark::State& state) in BenchmarkUnwinderRemoteFull()
195 static void BenchmarkUnwinderRemoteQut(benchmark::State& state) in BenchmarkUnwinderRemoteQut()
210 static void BenchmarkUnwinderRemoteQutCache(benchmark::State& state) in BenchmarkUnwinderRemoteQutCache()
225 static void BenchmarkUnwinderRemoteQutFrames(benchmark::State& state) in BenchmarkUnwinderRemoteQutFrames()
240 static void BenchmarkUnwinderRemoteQutFramesCache(benchmark::State& state) in BenchmarkUnwinderRemoteQutFramesCache()
255 static void BenchmarkUnwinderRemoteQutMiniDebugInfos(benchmark::State& state) in BenchmarkUnwinderRemoteQutMiniDebugInfos()
272 static void BenchmarkUnwinderRemoteQutMiniDebugInfosLazily(benchmark::State& state) in BenchmarkUnwinderRemoteQutMiniDebugInfosLazily()
292 static void BenchmarkUnwinderRemoteFp(benchmark::State& state) in BenchmarkUnwinderRemoteFp()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/
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()
/base/startup/init/test/benchmark/
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()
/base/useriam/user_auth_framework/services/base/src/
Dfinite_state_machine_builder.cpp40 …niteStateMachine::Builder> FiniteStateMachineBuilder::MakeTransition(uint32_t state, uint32_t even… in MakeTransition()
51 …niteStateMachine::Builder> FiniteStateMachineBuilder::MakeTransition(uint32_t state, uint32_t even… in MakeTransition()
58 …shared_ptr<FiniteStateMachine::Builder> FiniteStateMachineBuilder::MakeOnStateEnter(uint32_t state, in MakeOnStateEnter()
69 …shared_ptr<FiniteStateMachine::Builder> FiniteStateMachineBuilder::MakeOnStateLeave(uint32_t state, in MakeOnStateLeave()
/base/useriam/face_auth/services_ex/src/
Dfinite_state_machine_builder.cpp40 …niteStateMachine::Builder> FiniteStateMachineBuilder::MakeTransition(uint32_t state, uint32_t even… in MakeTransition()
51 …niteStateMachine::Builder> FiniteStateMachineBuilder::MakeTransition(uint32_t state, uint32_t even… in MakeTransition()
58 …shared_ptr<FiniteStateMachine::Builder> FiniteStateMachineBuilder::MakeOnStateEnter(uint32_t state, in MakeOnStateEnter()
69 …shared_ptr<FiniteStateMachine::Builder> FiniteStateMachineBuilder::MakeOnStateLeave(uint32_t state, in MakeOnStateLeave()
/base/sensors/sensor/frameworks/js/napi/include/
Dsensor_napi_utils.h72 #define CHKNRP(env, state, message) \ argument
80 #define CHKNRF(env, state, message) \ argument
88 #define CHKNRF(env, state, message) \ argument
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_dump_test.cpp217 std::vector<std::string> state; in ProcessSubscriberTest2Case1() local
406 void CommonEventDumpTest::DumpInfoCount(const std::vector<std::string> &state, int desSubscribersCo… in DumpInfoCount()
687 std::vector<std::string> state; variable
719 std::vector<std::string> state; variable
741 std::vector<std::string> state; variable
776 std::vector<std::string> state; variable
810 std::vector<std::string> state; variable
843 std::vector<std::string> state; variable
875 std::vector<std::string> state; variable
906 std::vector<std::string> state; variable
[all …]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
Dauth_code_import_test.cpp223 CmdState state; variable
236 CmdState state; variable
249 CmdState state; variable
278 CmdState state; variable
294 CmdState state; variable
309 CmdState state; variable
326 CmdState state; variable
343 CmdState state; variable
360 CmdState state; variable
377 CmdState state; variable
Dpub_key_exchange_test.cpp223 CmdState state; variable
236 CmdState state; variable
249 CmdState state; variable
278 CmdState state; variable
294 CmdState state; variable
309 CmdState state; variable
326 CmdState state; variable
343 CmdState state; variable
360 CmdState state; variable
377 CmdState state; variable
/base/powermgr/power_manager/utils/native/src/
Dpower_utils.cpp99 const std::string PowerUtils::GetPowerStateString(PowerState state) in GetPowerStateString()
128 const std::string PowerUtils::GetDisplayStateString(DisplayState state) in GetDisplayStateString()
/base/powermgr/display_manager/state_manager/test/unittest/src/
Ddisplay_power_mgr_service_test.cpp125 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
139 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
153 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
167 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
181 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp98 RState state = GetString(idItem, outValue); in GetStringById() local
112 RState state = GetString(idItem, outValue); in GetStringByName() local
175 RState state = GetStringArray(idItem, outValue); in GetStringArrayById() local
190 RState state = GetStringArray(idItem, outValue); in GetStringArrayByName() local
234 RState state = GetPattern(idItem, outValue); in GetPatternById() local
248 RState state = GetPattern(idItem, outValue); in GetPatternByName() local
498 RState state = GetBoolean(idItem, outValue); in GetBooleanById() local
512 RState state = GetBoolean(idItem, outValue); in GetBooleanByName() local
525 RState state = ResolveReference(idItem->value_, temp); in GetBoolean() local
552 RState state = ParseFloat(result.c_str(), outValue, unit); in GetThemeFloat() local
[all …]
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
Dunwind_local_benchmark.cpp82 static void Run(benchmark::State& state, size_t (*func)(void)) in Run()
98 static void BenchmarkUnwindLocal(benchmark::State& state) in BenchmarkUnwindLocal()
109 static void BenchmarkUnwindLocalCache(benchmark::State& state) in BenchmarkUnwindLocalCache()

12345678910>>...20