Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
Dams_configuration_parameter.cpp132 int AmsConfigurationParameter::LoadAppConfigurationForStartUpService(nlohmann::json& Object) in LoadAppConfigurationForStartUpService()
165 int AmsConfigurationParameter::LoadAppConfigurationForMemoryThreshold(nlohmann::json &Object) in LoadAppConfigurationForMemoryThreshold()
176 int AmsConfigurationParameter::LoadSystemConfiguration(nlohmann::json& Object) in LoadSystemConfiguration()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dreserse_continuation_scheduler_primary_proxy_test.cpp102 auto Object = new (std::nothrow) MockContinuationSchedulerPrimaryStub(); variable
/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/
Dabilityeventhandler_fuzzer.cpp165 nlohmann::json Object; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/test/unittest/fms_provider_connect_proxy_test/
Dfms_provider_connect_proxy_test.cpp136 sptr<MockProviderConnectStub> Object = new (std::nothrow) MockProviderConnectStub(); variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
Dfree_install.cpp346 static void ConvertDeviceType(napi_env env, napi_value &Object, std::vector<std::string> deviceType… in ConvertDeviceType()