Home
last modified time | relevance | path

Searched refs:MAX_COST_TIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/
H A Dhiview_adapter.cpp32 constexpr const char *MAX_COST_TIME = "MAX_COST_TIME"; variable
113 HiSysEventParam maxCostTime = { .name = { *MAX_COST_TIME }, .t = HISYSEVENT_INT64_ARRAY, in InvokeData()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h42 const int32_t MAX_COST_TIME = 500; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp89 if (costTime > MAX_COST_TIME) { in OpenConnection()
506 if (costTime > MAX_COST_TIME) { in StartProcess()