Home
last modified time | relevance | path

Searched refs:CheckState (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp91 void CheckState(const std::shared_ptr<AppRunningRecord>& appRunningRecord, const sptr<IRemoteObject>& token,
287 void AmsAppLifeCycleModuleTest::CheckState(const std::shared_ptr<AppRunningRecord>& appRunningRecord, in CheckState() function in OHOS::AppExecFwk::AmsAppLifeCycleModuleTest
326 CheckState(appRunningRecord, in CheckStateAfterChangeAbility()
332 CheckState(appRunningRecord, in CheckStateAfterChangeAbility()
409 CheckState(appRunningRecord, token, AbilityState::ABILITY_STATE_READY, ApplicationState::APP_STATE_READY); in HWTEST_F()
412 CheckState(appRunningRecord, token, AbilityState::ABILITY_STATE_FOREGROUND, ApplicationState::APP_STATE_FOREGROUND); in HWTEST_F()
415 CheckState(appRunningRecord, token, AbilityState::ABILITY_STATE_BACKGROUND, ApplicationState::APP_STATE_BACKGROUND); in HWTEST_F()
464 CheckState(appRunningRecord, token, AbilityState::ABILITY_STATE_READY, ApplicationState::APP_STATE_READY); in HWTEST_F()
466 CheckState( in HWTEST_F()
470 CheckState( in HWTEST_F()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_shared_result_set.cpp81 int errorCode = CheckState(columnIndex); in GetColumnType()
146 int errorCode = CheckState(col); in Get()
181 int errorCode = CheckState(columnIndex); in GetSize()
299 int AbsSharedResultSet::CheckState(int columnIndex) in CheckState() function in OHOS::NativeRdb::AbsSharedResultSet
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_result_set.cpp187 int errorCode = CheckState(columnIndex); in GetBlob()
318 int errorCode = CheckState(columnIndex); in GetDouble()
358 int errorCode = CheckState(columnIndex); in IsColumnNull()
425 int DataShareResultSet::CheckState(int columnIndex) in CheckState() function in OHOS::DataShare::DataShareResultSet
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_result_set.h167 int CheckState(int columnIndex);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_shared_result_set.h136 int CheckState(int columnIndex);
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.h235 bool CheckState(PlayerOnInfoType type, int32_t extra);
H A Dplayer_server.cpp1600 CHECK_AND_RETURN_LOG(CheckState(type, extra), "OnInfo check state failed"); in InnerOnInfo()
1918 bool PlayerServer::CheckState(PlayerOnInfoType type, int32_t extra) in CheckState() function in OHOS::Media::PlayerServer

Completed in 8 milliseconds