Home
last modified time | relevance | path

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

12345678910>>...15

/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
261 RState state; variable
299 RState state; variable
344 RState state; variable
364 RState state; variable
383 RState state; variable
412 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_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_common.cpp177 RState state; in TestGetProfileById() local
192 RState state = rm->GetProfileByName("test_profile", outValue); in TestGetProfileByName() local
206 RState state = rm->GetMediaById(id, outValue); in TestGetMediaById() local
232 RState state = rm->GetMediaById(id, outValue, density); in TestGetMediaWithDensityById() local
244 RState state = rm->GetMediaByName("icon1", outValue); in TestGetMediaByName() local
268 RState state = rm->GetMediaByName("icon", outValue, density); in TestGetMediaWithDensityByName() local
278 RState state = rm->GetStringFormatById(outValue, id, 101); // 101 means the format number in TestGetStringFormatById() local
286 RState state = rm->GetStringFormatByName(outValue, name, 101); // 101 means the format number in TestGetStringFormatByName() local
295 RState state = rm->GetStringArrayById(id, outValue); in TestGetStringArrayById() local
309 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
377 RState state = rm->GetStringFormatByName(outValue, name, 101); variable
392 RState state = rm->GetStringFormatByName(outValue, g_nonExistName, 101); variable
418 RState state = rm->GetStringFormatByName("NON_EXIST_NAME", outValue, jsParams); variable
[all …]
/base/msdp/device_status/utils/common/include/
Dutil_napi.h32 #define CHKRV(state, desc) \ argument
40 #define CHKRP(state, desc) \ argument
48 #define CHKRF(state, desc) \ argument
56 #define CHKRV_SCOPE(env, state, desc, scope) \ argument
65 #define CHKRF_SCOPE(env, state, desc, scope) \ argument
74 #define CHKRP_SCOPE(env, state, desc, scope) \ argument
/base/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_napi_sync_impl.cpp106 RState state = dataContext->addon_->GetResMgr()->GetRawFileList(dataContext->path_.c_str(), in GetRawFileListSync() local
130 RState state = dataContext->addon_->GetResMgr()->GetRawFileFromHap(dataContext->path_, in GetRawFileContentSync() local
154 RState state = dataContext->addon_->GetResMgr()->GetRawFileDescriptorFromHap(dataContext->path_, in GetRawFdSync() local
177 RState state = dataContext->addon_->GetResMgr()->CloseRawFileDescriptor(dataContext->path_); in CloseRawFdSync() local
279 RState state = resMgr->GetStringFormatById(resId, dataContext->value_, dataContext->jsParams_); in ProcessStrResource() local
294 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetStringSync() local
322 RState state = resMgr->GetColorById(resId, dataContext->colorValue_); in ProcessColorResource() local
337 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetColorSync() local
365 RState state = resMgr->GetIntegerById(resId, dataContext->iValue_); in ProcessNumResource() local
379 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetNumber() local
[all …]
/base/powermgr/display_manager/test/unittest/src/
Ddisplay_power_mgr_service_test.cpp45 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); in TearDown() local
142 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
156 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
170 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
184 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
198 DisplayState state = DisplayPowerMgrClient::GetInstance().GetDisplayState(); variable
/base/startup/init/test/benchmark/
Dparameter_benchmark.cpp128 static void BMCachedParameterGet(benchmark::State &state) in BMCachedParameterGet()
147 static void BMCachedParameterGetChangedStatic(benchmark::State &state) in BMCachedParameterGetChangedStatic()
168 static void BMCachedParameterGetChangedGlobal(benchmark::State &state) in BMCachedParameterGetChangedGlobal()
188 static void BMCachedParameterGetChangedGlobal2(benchmark::State &state) in BMCachedParameterGetChangedGlobal2()
212 static void BMSystemReadParam(benchmark::State &state) in BMSystemReadParam()
237 static void BMSystemReadParam_none(benchmark::State &state) in BMSystemReadParam_none()
261 static void BMSystemFindParameter(benchmark::State &state) in BMSystemFindParameter()
280 static void BMSystemGetParameterValue(benchmark::State &state) in BMSystemGetParameterValue()
308 static void BMSystemGetParameterCommitId(benchmark::State &state) in BMSystemGetParameterCommitId()
330 static void BMTestRandom(benchmark::State &state) in BMTestRandom()
/base/sensors/sensor/interfaces/plugin/include/
Dsensor_napi_utils.h71 #define CHKNRP(env, state, message) \ argument
79 #define CHKNRF(env, state, message) \ argument
87 #define CHKNRF(env, state, message) \ argument
/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/telephony/call_manager/services/audio/src/
Dcall_state_processor.cpp35 void CallStateProcessor::AddCall(int32_t callId, TelCallState state) in AddCall()
74 void CallStateProcessor::DeleteCall(int32_t callId, TelCallState state) in DeleteCall()
113 int32_t CallStateProcessor::GetCallNumber(TelCallState state) in GetCallNumber()
/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()
/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/
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
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
/base/location/frameworks/location_common/common/source/
Dcommon_hisysevent.cpp36 void WriteGnssStateEvent(const std::string& state, const pid_t pid, const pid_t uid) in WriteGnssStateEvent()
41 void WriteLocationSwitchStateEvent(const std::string& state) in WriteLocationSwitchStateEvent()
/base/powermgr/display_manager/service/native/src/
Dscreen_action.cpp62 DisplayState state = DisplayState::DISPLAY_UNKNOWN; in GetDisplayState() local
85 bool ScreenAction::SetDisplayState(DisplayState state, const std::function<void(DisplayState)>& cal… in SetDisplayState()
106 DisplayState state; in SetDisplayState() local
127 bool ScreenAction::SetDisplayPower(DisplayState state, uint32_t reason) in SetDisplayPower()
/base/telephony/core_service/utils/common/src/
Denum_convert.cpp33 std::string GetSimState(int32_t state) in GetSimState()
61 std::string GetCallState(int32_t state) in GetCallState()
138 std::string GetCellularDataConnectionState(int32_t state) in GetCellularDataConnectionState()
/base/location/test/location_locator/source/
Dlocation_without_permission_test.cpp128 bool state = false; variable
214 bool state = false; variable
245 bool state = false; variable
278 bool state = false; variable
/base/location/frameworks/native/source/
Dlocation_data_manager.cpp43 int state = isEnabled ? ENABLED : DISABLED; in ReportSwitchState() local
105 int32_t state = isStateCached_ ? cachedSwitchState_ : DISABLED; in QuerySwitchState() local
126 void LocationDataManager::SetCachedSwitchState(int state) in SetCachedSwitchState()

12345678910>>...15