| /base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
| D | resource_manager_test.cpp | 218 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 …]
|
| D | locale_info_test.cpp | 174 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/ |
| D | locale_info_test.cpp | 174 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 …]
|
| D | resource_manager_test.cpp | 158 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 …]
|
| D | resource_manager_test_hap.cpp | 565 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 …]
|
| D | resource_manager_test_media.cpp | 90 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 …]
|
| D | resource_manager_test_common.cpp | 182 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 …]
|
| D | resource_manager_test_string.cpp | 112 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/ |
| D | util_napi.h | 33 #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/ |
| D | resource_manager_napi_sync_impl.cpp | 111 RState state = dataContext->addon_->GetResMgr()->GetRawFileList(dataContext->path_.c_str(), in GetRawFileListSync() local 135 RState state = dataContext->addon_->GetResMgr()->GetRawFileFromHap(dataContext->path_, in GetRawFileContentSync() local 159 RState state = dataContext->addon_->GetResMgr()->GetRawFileDescriptorFromHap(dataContext->path_, in GetRawFdSync() local 182 RState state = dataContext->addon_->GetResMgr()->CloseRawFileDescriptor(dataContext->path_); in CloseRawFdSync() local 284 RState state = resMgr->GetStringFormatById(resId, dataContext->value_, dataContext->jsParams_); in ProcessStrResource() local 299 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetStringSync() local 327 RState state = resMgr->GetSymbolById(resId, dataContext->symbolValue_); in ProcessSymbolResource() local 341 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetSymbol() local 369 RState state = resMgr->GetColorById(resId, dataContext->colorValue_); in ProcessColorResource() local 384 int32_t state = InitIdResourceAddon(env, info, dataContext); in GetColorSync() local [all …]
|
| /base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/ |
| D | mock_print_callback_stub.h | 29 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/powermgr/display_manager/state_manager/test/unittest/src/ |
| D | display_power_mgr_service_test.cpp | 45 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/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
| D | unwind_local_benchmark.cpp | 117 static void Run(benchmark::State& state, size_t (*func)(void*), void* data) in Run() 133 static void BenchmarkUnwinderLocalFull(benchmark::State& state) in BenchmarkUnwinderLocalFull() 153 static void BenchmarkUnwinderLocalQut(benchmark::State& state) in BenchmarkUnwinderLocalQut() 169 static void BenchmarkUnwinderLocalQutCache(benchmark::State& state) in BenchmarkUnwinderLocalQutCache() 185 static void BenchmarkUnwinderLocalQutFrames(benchmark::State& state) in BenchmarkUnwinderLocalQutFrames() 201 static void BenchmarkUnwinderLocalQutFramesCache(benchmark::State& state) in BenchmarkUnwinderLocalQutFramesCache() 217 static void BenchmarkUnwinderLocalQutMiniDebugInfos(benchmark::State& state) in BenchmarkUnwinderLocalQutMiniDebugInfos() 235 static void BenchmarkUnwinderLocalQutMiniDebugInfosLazily(benchmark::State& state) in BenchmarkUnwinderLocalQutMiniDebugInfosLazily() 256 static void BenchmarkUnwinderLocalFp(benchmark::State& state) in BenchmarkUnwinderLocalFp()
|
| D | unwind_remote_benchmark.cpp | 150 static void Run(benchmark::State& state, void* data) in Run() 185 static void BenchmarkUnwinderRemoteFull(benchmark::State& state) in BenchmarkUnwinderRemoteFull() 204 static void BenchmarkUnwinderRemoteQut(benchmark::State& state) in BenchmarkUnwinderRemoteQut() 219 static void BenchmarkUnwinderRemoteQutCache(benchmark::State& state) in BenchmarkUnwinderRemoteQutCache() 234 static void BenchmarkUnwinderRemoteQutFrames(benchmark::State& state) in BenchmarkUnwinderRemoteQutFrames() 249 static void BenchmarkUnwinderRemoteQutFramesCache(benchmark::State& state) in BenchmarkUnwinderRemoteQutFramesCache() 264 static void BenchmarkUnwinderRemoteQutMiniDebugInfos(benchmark::State& state) in BenchmarkUnwinderRemoteQutMiniDebugInfos() 281 static void BenchmarkUnwinderRemoteQutMiniDebugInfosLazily(benchmark::State& state) in BenchmarkUnwinderRemoteQutMiniDebugInfosLazily() 301 static void BenchmarkUnwinderRemoteFp(benchmark::State& state) in BenchmarkUnwinderRemoteFp()
|
| D | elf_benchmark.cpp | 27 static void InitializeBuildId(benchmark::State& state, DfxMaps* dfxMaps, DfxMap** buildIdMap) in InitializeBuildId() 54 static void BenchmarkElfGetBuildIdFromObj(benchmark::State& state) in BenchmarkElfGetBuildIdFromObj()
|
| /base/startup/init/test/benchmark/ |
| D | parameter_benchmark.cpp | 129 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/sensors/sensor/frameworks/js/napi/include/ |
| D | sensor_napi_utils.h | 71 #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/ |
| D | finite_state_machine_builder.cpp | 40 …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/ |
| D | finite_state_machine_builder.cpp | 40 …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/powermgr/power_manager/utils/native/src/ |
| D | power_utils.cpp | 71 const std::string PowerUtils::GetPowerStateString(PowerState state) in GetPowerStateString() 98 const std::string PowerUtils::GetDisplayStateString(DisplayState state) in GetDisplayStateString()
|
| /base/notification/common_event_service/services/test/unittest/ |
| D | common_event_dump_test.cpp | 217 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/ |
| D | pub_key_exchange_test.cpp | 223 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
|
| D | auth_code_import_test.cpp | 223 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/telephony/call_manager/services/audio/src/ |
| D | call_state_processor.cpp | 36 void CallStateProcessor::AddCall(int32_t callId, TelCallState state) in AddCall() 76 void CallStateProcessor::DeleteCall(int32_t callId, TelCallState state) in DeleteCall() 116 int32_t CallStateProcessor::GetCallNumber(TelCallState state) in GetCallNumber()
|
| /base/telephony/core_service/utils/common/src/ |
| D | enum_convert.cpp | 33 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()
|