Home
last modified time | relevance | path

Searched refs:moduleNameVal (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_args.cpp31 std::u16string moduleNameVal; in ReadFromParcel() local
32 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, moduleNameVal); in ReadFromParcel()
33 moduleName = Str16ToStr8(moduleNameVal); in ReadFromParcel()
80 std::u16string moduleNameVal; in ReadFromParcel() local
81 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, moduleNameVal); in ReadFromParcel()
82 moduleName = Str16ToStr8(moduleNameVal); in ReadFromParcel()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/bundle_resource/
H A Dlauncher_ability_resource_info.cpp31 std::u16string moduleNameVal; in ReadFromParcel() local
32 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, moduleNameVal); in ReadFromParcel()
33 moduleName = Str16ToStr8(moduleNameVal); in ReadFromParcel()