Searched refs:getGroupDir (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-context.md | 134 ## Context.getGroupDir<sup>10+</sup> 136 getGroupDir(dataGroupID: string): Promise\<string> 177 getGroupDirContext.getGroupDir(groupId).then(data => { 178 console.log("getGroupDir result:" + data); 187 ## Context.getGroupDir<sup>10+</sup> 189 getGroupDir(dataGroupID: string, callback: AsyncCallback\<string>): void 224 getGroupDirContext.getGroupDir("1", (err: BusinessError, data) => { 226 console.error(`getGroupDir faile, err: ${JSON.stringify(err)}`); 228 console.log(`getGroupDir result is: ${JSON.stringify(data)}`);
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-context.md | 136 ## Context.getGroupDir<sup>10+</sup> 138 getGroupDir(dataGroupID: string): Promise\<string> 179 getGroupDirContext.getGroupDir(groupId).then(data => { 180 console.log("getGroupDir result:" + data); 189 ## Context.getGroupDir<sup>10+</sup> 191 getGroupDir(dataGroupID: string, callback: AsyncCallback\<string>): void 226 getGroupDirContext.getGroupDir("1", (err: BusinessError, data) => { 228 console.error(`getGroupDir faile, err: ${JSON.stringify(err)}`); 230 console.log(`getGroupDir result is: ${JSON.stringify(data)}`);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/context/ |
H A D | context.js | 97 getGroupDir(groupId, callback) { method in Context 98 return this.__context_impl__.getGroupDir(groupId, callback);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/application_context/ |
H A D | application_context.js | 132 getGroupDir(groupId, callback) { method in ApplicationContext 133 return this.__context_impl__.getGroupDir(groupId, callback);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-ability.md | 79 |新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string, callback: AsyncCallback\<string>): vo… 80 |新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string): Promise\<string>;|Context.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-ability.md | 164 |新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string, callback: AsyncCallback\<string>): vo… 165 |新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string): Promise\<string>;|Context.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-ability.md | 79 |Added|NA|Class name: Context;<br>Method or attribute name: getGroupDir(dataGroupID: string, callba… 80 |Added|NA|Class name: Context;<br>Method or attribute name: getGroupDir(dataGroupID: string): Promi…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-ability.md | 164 |Added|NA|Class name: Context;<br>Method or attribute name: getGroupDir(dataGroupID: string, callba… 165 |Added|NA|Class name: Context;<br>Method or attribute name: getGroupDir(dataGroupID: string): Promi…
|