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 D | ams_app_life_cycle_module_test.cpp | 91 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 D | abs_shared_result_set.cpp | 81 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 D | datashare_result_set.cpp | 187 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 D | datashare_result_set.h | 167 int CheckState(int columnIndex);
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | abs_shared_result_set.h | 136 int CheckState(int columnIndex);
|
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.h | 235 bool CheckState(PlayerOnInfoType type, int32_t extra);
|
H A D | player_server.cpp | 1600 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