Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1641 auto& count = callbackCountMap_[callingPid]; in DoLoadSystemAbility()
1975 auto iterCount = callbackCountMap_.find(itemPair.second); in RemoveStartingAbilityCallbackLocked()
1976 if (iterCount != callbackCountMap_.end()) { in RemoveStartingAbilityCallbackLocked()
1979 callbackCountMap_.erase(iterCount); in RemoveStartingAbilityCallbackLocked()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h299 std::map<int32_t, int32_t> callbackCountMap_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp2266 saMgr->callbackCountMap_[itemPair.second] = countNum;