/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_context_test.cpp | 187 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 204 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 221 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 238 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 256 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 274 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 292 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 307 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 321 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 342 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable [all …]
|
H A D | service_ability_impl_test.cpp | 83 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 124 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 159 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 195 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable
|
H A D | ability_permission_test.cpp | 90 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 114 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_test/ |
H A D | ability_context_test.cpp | 96 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 122 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 173 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 197 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 221 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 249 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 282 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 336 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 359 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable 561 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(); variable [all …]
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_debug_deal.cpp | 84 auto deal = abilityDebugDeal_.lock(); in OnAbilitysDebugStarted() local 99 auto deal = abilityDebugDeal_.lock(); in OnAbilitysDebugStoped() local 115 auto deal = abilityDebugDeal_.lock(); in OnAbilitysAssertDebugChange() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_debug_deal.h | 59 …explicit AbilityDebugResponse(const std::weak_ptr<AbilityDebugDeal> &deal) : abilityDebugDeal_(dea… in AbilityDebugResponse()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_container.cpp | 274 std::shared_ptr<ContextDeal> deal = std::make_shared<ContextDeal>(true); in CreateBundleContext() local 284 …d ContextContainer::InitResourceManager(BundleInfo &bundleInfo, std::shared_ptr<ContextDeal> &deal) in InitResourceManager() 327 std::unique_ptr<Global::Resource::ResConfig> &resConfig, std::shared_ptr<ContextDeal> &deal) in LoadResources()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitydebugdeal_fuzzer/ |
H A D | abilitydebugdeal_fuzzer.cpp | 80 std::weak_ptr<AbilityDebugDeal> deal; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/ |
H A D | abilitycontext_fuzzer.cpp | 112 std::shared_ptr<ContextDeal> deal = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation_utils.cpp | 526 void MtpOperationUtils::PreDealFd(const bool deal, const int fd) in PreDealFd()
|